Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iio/adc/
Dti_am335x_adc.c48 static void tiadc_writel(struct tiadc_device *adc, unsigned int reg, in tiadc_writel() function
125 tiadc_writel(adc_dev, REG_STEPCONFIG(steps), in tiadc_step_config()
140 tiadc_writel(adc_dev, REG_STEPDELAY(steps), in tiadc_step_config()
164 tiadc_writel(adc_dev, REG_CTRL, config); in tiadc_irq_h()
165 tiadc_writel(adc_dev, REG_IRQSTATUS, IRQENB_FIFO1OVRRUN in tiadc_irq_h()
167 tiadc_writel(adc_dev, REG_CTRL, (config | CNTRLREG_TSCSSENB)); in tiadc_irq_h()
171 tiadc_writel(adc_dev, REG_IRQCLR, IRQENB_FIFO1THRES); in tiadc_irq_h()
194 tiadc_writel(adc_dev, REG_IRQSTATUS, IRQENB_FIFO1THRES); in tiadc_worker_h()
195 tiadc_writel(adc_dev, REG_IRQENABLE, IRQENB_FIFO1THRES); in tiadc_worker_h()
205 tiadc_writel(adc_dev, REG_IRQCLR, (IRQENB_FIFO1THRES | in tiadc_buffer_preenable()
[all …]