Lines Matching refs:fifo1count
215 int i, k, fifo1count, read;
218 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT);
219 for (k = 0; k < fifo1count; k = k + i) {
297 int i, fifo1count;
304 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT);
305 for (i = 0; i < fifo1count; i++)
346 int fifo1count, i;
359 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT);
360 for (i = 0; i < fifo1count; i++)
459 unsigned int fifo1count, read, stepid;
472 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT);
473 while (fifo1count--)
482 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT);
483 if (fifo1count)
501 for (i = 0; i < fifo1count; i++) {