Lines Matching refs:tries
652 int tries; in cyapa_gen3_write_fw_block() local
672 tries = 11; /* Programming for one block can take about 100ms. */ in cyapa_gen3_write_fw_block()
681 } while ((status[REG_BL_STATUS] & BL_STATUS_BUSY) && --tries); in cyapa_gen3_write_fw_block()
804 int tries; in cyapa_gen3_show_baseline() local
827 tries = 3; /* Try for 30 to 60 ms */ in cyapa_gen3_show_baseline()
839 } while (--tries); in cyapa_gen3_show_baseline()
841 if (tries == 0) { in cyapa_gen3_show_baseline()
912 int tries; in cyapa_gen3_set_power_mode() local
920 tries = SET_POWER_MODE_TRIES; in cyapa_gen3_set_power_mode()
921 while (tries--) { in cyapa_gen3_set_power_mode()
941 tries = SET_POWER_MODE_TRIES; in cyapa_gen3_set_power_mode()
942 while (tries--) { in cyapa_gen3_set_power_mode()