Lines Matching refs:fifo1count
195 int i, k, fifo1count, read;
198 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT);
199 for (k = 0; k < fifo1count; k = k + i) {
279 int i, fifo1count;
291 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT);
292 for (i = 0; i < fifo1count; i++)
334 int fifo1count, i;
348 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT);
349 for (i = 0; i < fifo1count; i++)
436 unsigned int fifo1count, read, stepid;
472 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT);
473 while (fifo1count--)
481 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT);
482 if (fifo1count)
501 for (i = 0; i < fifo1count; i++) {