Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/adc/
Dti_am335x_adc.c67 static void tiadc_writel(struct tiadc_device *adc, unsigned int reg, in tiadc_writel() function
144 tiadc_writel(adc_dev, REG_STEPCONFIG(steps), in tiadc_step_config()
159 tiadc_writel(adc_dev, REG_STEPDELAY(steps), in tiadc_step_config()
185 tiadc_writel(adc_dev, REG_CTRL, config); in tiadc_irq_h()
186 tiadc_writel(adc_dev, REG_IRQSTATUS, IRQENB_FIFO1OVRRUN in tiadc_irq_h()
197 tiadc_writel(adc_dev, REG_CTRL, (config | CNTRLREG_TSCSSENB)); in tiadc_irq_h()
201 tiadc_writel(adc_dev, REG_IRQCLR, IRQENB_FIFO1THRES); in tiadc_irq_h()
224 tiadc_writel(adc_dev, REG_IRQSTATUS, IRQENB_FIFO1THRES); in tiadc_worker_h()
225 tiadc_writel(adc_dev, REG_IRQENABLE, IRQENB_FIFO1THRES); in tiadc_worker_h()
284 tiadc_writel(adc_dev, REG_FIFO1THR, dma->fifo_thresh); in tiadc_start_dma()
[all …]