Lines Matching refs:fifo1count
215 int i, k, fifo1count, read; in tiadc_worker_h() local
218 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_worker_h()
219 for (k = 0; k < fifo1count; k = k + i) { in tiadc_worker_h()
297 int i, fifo1count; in tiadc_buffer_preenable() local
304 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_buffer_preenable()
305 for (i = 0; i < fifo1count; i++) in tiadc_buffer_preenable()
346 int fifo1count, i; in tiadc_buffer_predisable() local
359 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_buffer_predisable()
360 for (i = 0; i < fifo1count; i++) in tiadc_buffer_predisable()
451 unsigned int fifo1count, read, stepid; in tiadc_read_raw() local
464 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_read_raw()
465 while (fifo1count--) in tiadc_read_raw()
474 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_read_raw()
475 if (fifo1count) in tiadc_read_raw()
493 for (i = 0; i < fifo1count; i++) { in tiadc_read_raw()