Searched refs:tiadc_readl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | ti_am335x_adc.c | 62 static unsigned int tiadc_readl(struct tiadc_device *adc, unsigned int reg) in tiadc_readl() function 178 status = tiadc_readl(adc_dev, REG_IRQSTATUS); in tiadc_irq_h() 186 config = tiadc_readl(adc_dev, REG_CTRL); in tiadc_irq_h() 197 adc_fsm = tiadc_readl(adc_dev, REG_ADCFSM); in tiadc_irq_h() 218 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_worker_h() 221 read = tiadc_readl(adc_dev, REG_FIFO1); in tiadc_worker_h() 304 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_buffer_preenable() 306 tiadc_readl(adc_dev, REG_FIFO1); in tiadc_buffer_preenable() 359 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_buffer_predisable() 361 tiadc_readl(adc_de in tiadc_buffer_predisable() [all...] |
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ti_am335x_adc.c | 54 static unsigned int tiadc_readl(struct tiadc_device *adc, unsigned int reg) in tiadc_readl() function 156 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() 291 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_buffer_preenable() 293 tiadc_readl(adc_dev, REG_FIFO1); in tiadc_buffer_preenable() 348 fifo1count = tiadc_readl(adc_dev, REG_FIFO1CNT); in tiadc_buffer_predisable() 350 tiadc_readl(adc_de in tiadc_buffer_predisable() [all...] |
Completed in 2 milliseconds