Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iio/adc/
Dti_am335x_adc.c55 static unsigned int tiadc_readl(struct tiadc_device *adc, unsigned int reg) in tiadc_readl() function
157 status = tiadc_readl(adc_dev, REG_IRQSTATUS); in tiadc_irq_h()
165 config = tiadc_readl(adc_dev, REG_CTRL); in tiadc_irq_h()
178 adc_fsm = tiadc_readl(adc_dev, REG_ADCFSM); in tiadc_irq_h()
199 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_worker_h()
202 read = tiadc_readl(adc_dev, REG_FIFO1); in tiadc_worker_h()
292 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_buffer_preenable()
294 tiadc_readl(adc_dev, REG_FIFO1); in tiadc_buffer_preenable()
349 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_buffer_predisable()
351 tiadc_readl(adc_dev, REG_FIFO1); in tiadc_buffer_predisable()
[all …]