Searched refs:pass_count (Results 1 – 4 of 4) sorted by relevance
31 int pass_count = 0; in am654_hbmc_calibrate() local42 pass_count++; in am654_hbmc_calibrate()44 pass_count = 0; in am654_hbmc_calibrate()45 if (pass_count == 5) in am654_hbmc_calibrate()
764 unsigned int pass_count = 0; in test_harness_run() local773 pass_count++; in test_harness_run()777 printf("[==========] %u / %u tests passed.\n", pass_count, count); in test_harness_run()
1967 int i, pass_count = 0; in mos7810_check() local2003 pass_count++; in mos7810_check()2013 if (pass_count == 16) in mos7810_check()
2075 unsigned int pass_count = 0; in atmci_interrupt() local2194 } while (pass_count++ < 5); in atmci_interrupt()2196 return pass_count ? IRQ_HANDLED : IRQ_NONE; in atmci_interrupt()