Searched refs:pass_count (Results 1 – 3 of 3) sorted by relevance
43 int pass_count = 0; in am654_hbmc_calibrate() local54 pass_count++; in am654_hbmc_calibrate()56 pass_count = 0; in am654_hbmc_calibrate()57 if (pass_count == 5) in am654_hbmc_calibrate()
1439 int i, pass_count = 0; in mos7810_check() local1475 pass_count++; in mos7810_check()1485 if (pass_count == 16) in mos7810_check()
2078 unsigned int pass_count = 0; in atmci_interrupt() local2197 } while (pass_count++ < 5); in atmci_interrupt()2199 return pass_count ? IRQ_HANDLED : IRQ_NONE; in atmci_interrupt()