Lines Matching defs:loops
200 unsigned long loops;
215 loops = msecs_to_loops(1);
218 } while (TX_FIFO_LVL(val, sdd) && loops--);
220 if (loops == 0)
224 loops = msecs_to_loops(1);
231 } while (loops--);
233 if (loops == 0)
517 int loops;
542 * size, calculate the loops and read the fifo as many times.
543 * loops = length / max fifo size (calculated by using the
548 loops = xfer->len / ((FIFO_LVL_MASK(sdd) >> 1) + 1);
553 (loops ? ms : 0));
571 } while (loops--);