Lines Matching refs:loop_count
179 int loop_count;
191 loop_count = DEFAULT_LOOP_COUNT;
192 while (--loop_count && (sbus_readw(qpti->qregs + HCCTRL) & HCCTRL_HIRQ)) {
196 if (!loop_count)
229 loop_count = DEFAULT_LOOP_COUNT;
230 while (--loop_count &&
233 if (!loop_count)
238 loop_count = DEFAULT_LOOP_COUNT;
239 while (--loop_count &&
247 if (!loop_count)
252 loop_count = DEFAULT_LOOP_COUNT;
253 while (--loop_count && (sbus_readw(qpti->qregs + MBOX0) == 0x04))
255 if (!loop_count)
331 int loop_count, i;
351 loop_count = DEFAULT_LOOP_COUNT;
352 while (--loop_count && ((sbus_readw(qpti->qregs + MBOX0) & 0xff) == 0x04))
354 if (!loop_count)