Home
last modified time | relevance | path

Searched refs:fifo1count (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/iio/adc/
Dti_am335x_adc.c212 int i, k, fifo1count, read; in tiadc_worker_h() local
215 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_worker_h()
216 for (k = 0; k < fifo1count; k = k + i) { in tiadc_worker_h()
294 int i, fifo1count, read; in tiadc_buffer_preenable() local
301 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_buffer_preenable()
302 for (i = 0; i < fifo1count; i++) in tiadc_buffer_preenable()
343 int fifo1count, i, read; in tiadc_buffer_predisable() local
356 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_buffer_predisable()
357 for (i = 0; i < fifo1count; i++) in tiadc_buffer_predisable()
471 unsigned int fifo1count, read, stepid; in tiadc_read_raw() local
[all …]