Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dti_am335x_adc.c156 status = tiadc_readl(adc_dev, REG_IRQSTATUS); in tiadc_irq_h()
164 config = tiadc_readl(adc_dev, REG_CTRL); in tiadc_irq_h()
177 adc_fsm = tiadc_readl(adc_dev, REG_ADCFSM); in tiadc_irq_h()
198 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_worker_h()
201 read = tiadc_readl(adc_dev, REG_FIFO1); in tiadc_worker_h()
293 tiadc_readl(adc_dev, REG_FIFO1); in tiadc_buffer_preenable()
350 tiadc_readl(adc_dev, REG_FIFO1); in tiadc_buffer_predisable()
474 tiadc_readl(adc_dev, REG_FIFO1); in tiadc_read_raw()
502 read = tiadc_readl(adc_dev, REG_FIFO1); in tiadc_read_raw()
712 idle = tiadc_readl(adc_dev, REG_CTRL); in tiadc_suspend()
[all …]