Lines Matching refs:tries
64 int tries = QEC_RESET_TRIES; in qec_global_reset() local
67 while (--tries) { in qec_global_reset()
75 if (tries) in qec_global_reset()
88 int tries; in qe_stop() local
92 tries = MACE_RESET_RETRIES; in qe_stop()
93 while (--tries) { in qe_stop()
101 if (!tries) { in qe_stop()
107 tries = QE_RESET_RETRIES; in qe_stop()
108 while (--tries) { in qe_stop()
116 if (!tries) { in qe_stop()
228 int tries = 50; in qe_init() local
230 while (--tries) { in qe_init()
239 if (tries == 0) in qe_init()