Lines Matching refs:fifo1count
194 int i, k, fifo1count, read; in tiadc_worker_h() local
197 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_worker_h()
198 for (k = 0; k < fifo1count; k = k + i) { in tiadc_worker_h()
215 int i, fifo1count, read; in tiadc_buffer_preenable() local
222 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_buffer_preenable()
223 for (i = 0; i < fifo1count; i++) in tiadc_buffer_preenable()
253 int fifo1count, i, read; in tiadc_buffer_predisable() local
261 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_buffer_predisable()
262 for (i = 0; i < fifo1count; i++) in tiadc_buffer_predisable()
376 unsigned int fifo1count, read, stepid; in tiadc_read_raw() local
389 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_read_raw()
390 while (fifo1count--) in tiadc_read_raw()
399 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_read_raw()
400 if (fifo1count) in tiadc_read_raw()
418 for (i = 0; i < fifo1count; i++) { in tiadc_read_raw()