Lines Matching refs:tries
694 int tries; in cyapa_gen3_write_fw_block() local
714 tries = 11; /* Programming for one block can take about 100ms. */ in cyapa_gen3_write_fw_block()
723 } while ((status[REG_BL_STATUS] & BL_STATUS_BUSY) && --tries); in cyapa_gen3_write_fw_block()
791 int tries; in cyapa_gen3_do_calibrate() local
814 tries = 20; /* max recalibration timeout 2s. */ in cyapa_gen3_do_calibrate()
831 } while (--tries); in cyapa_gen3_do_calibrate()
833 if (tries == 0) { in cyapa_gen3_do_calibrate()
849 int tries; in cyapa_gen3_show_baseline() local
872 tries = 3; /* Try for 30 to 60 ms */ in cyapa_gen3_show_baseline()
884 } while (--tries); in cyapa_gen3_show_baseline()
886 if (tries == 0) { in cyapa_gen3_show_baseline()
957 int tries; in cyapa_gen3_set_power_mode() local
964 tries = SET_POWER_MODE_TRIES; in cyapa_gen3_set_power_mode()
965 while (tries--) { in cyapa_gen3_set_power_mode()
985 tries = SET_POWER_MODE_TRIES; in cyapa_gen3_set_power_mode()
986 while (tries--) { in cyapa_gen3_set_power_mode()