Home
last modified time | relevance | path

Searched refs:pass_count (Results 1 – 3 of 3) sorted by relevance

/drivers/mtd/hyperbus/
Dhbmc-am654.c43 int pass_count = 0; in am654_hbmc_calibrate() local
54 pass_count++; in am654_hbmc_calibrate()
56 pass_count = 0; in am654_hbmc_calibrate()
57 if (pass_count == 5) in am654_hbmc_calibrate()
/drivers/usb/serial/
Dmos7840.c1439 int i, pass_count = 0; in mos7810_check() local
1475 pass_count++; in mos7810_check()
1485 if (pass_count == 16) in mos7810_check()
/drivers/mmc/host/
Datmel-mci.c2078 unsigned int pass_count = 0; in atmci_interrupt() local
2197 } while (pass_count++ < 5); in atmci_interrupt()
2199 return pass_count ? IRQ_HANDLED : IRQ_NONE; in atmci_interrupt()