Lines Matching refs:tries
695 int tries; in cyapa_gen3_write_fw_block() local
715 tries = 11; /* Programming for one block can take about 100ms. */ in cyapa_gen3_write_fw_block()
724 } while ((status[REG_BL_STATUS] & BL_STATUS_BUSY) && --tries); in cyapa_gen3_write_fw_block()
847 int tries; in cyapa_gen3_show_baseline() local
870 tries = 3; /* Try for 30 to 60 ms */ in cyapa_gen3_show_baseline()
882 } while (--tries); in cyapa_gen3_show_baseline()
884 if (tries == 0) { in cyapa_gen3_show_baseline()
955 int tries; in cyapa_gen3_set_power_mode() local
963 tries = SET_POWER_MODE_TRIES; in cyapa_gen3_set_power_mode()
964 while (tries--) { in cyapa_gen3_set_power_mode()
984 tries = SET_POWER_MODE_TRIES; in cyapa_gen3_set_power_mode()
985 while (tries--) { in cyapa_gen3_set_power_mode()