Home
last modified time | relevance | path

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

/drivers/iio/adc/
Dti_am335x_adc.c47 static void tiadc_writel(struct tiadc_device *adc, unsigned int reg, in tiadc_writel() function
112 tiadc_writel(adc_dev, REG_STEPCONFIG(steps), in tiadc_step_config()
114 tiadc_writel(adc_dev, REG_STEPDELAY(steps), in tiadc_step_config()
138 tiadc_writel(adc_dev, REG_CTRL, config); in tiadc_irq_h()
139 tiadc_writel(adc_dev, REG_IRQSTATUS, IRQENB_FIFO1OVRRUN in tiadc_irq_h()
150 tiadc_writel(adc_dev, REG_CTRL, (config | CNTRLREG_TSCSSENB)); in tiadc_irq_h()
154 tiadc_writel(adc_dev, REG_IRQCLR, IRQENB_FIFO1THRES); in tiadc_irq_h()
177 tiadc_writel(adc_dev, REG_IRQSTATUS, IRQENB_FIFO1THRES); in tiadc_worker_h()
178 tiadc_writel(adc_dev, REG_IRQENABLE, IRQENB_FIFO1THRES); in tiadc_worker_h()
188 tiadc_writel(adc_dev, REG_IRQCLR, (IRQENB_FIFO1THRES | in tiadc_buffer_preenable()
[all …]