Home
last modified time | relevance | path

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

/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()
162 tiadc_writel(adc_dev, REG_STEPDELAY(steps), in tiadc_step_config()
188 tiadc_writel(adc_dev, REG_CTRL, config); in tiadc_irq_h()
189 tiadc_writel(adc_dev, REG_IRQSTATUS, IRQENB_FIFO1OVRRUN in tiadc_irq_h()
200 tiadc_writel(adc_dev, REG_CTRL, (config | CNTRLREG_TSCSSENB)); in tiadc_irq_h()
204 tiadc_writel(adc_dev, REG_IRQCLR, IRQENB_FIFO1THRES); in tiadc_irq_h()
227 tiadc_writel(adc_dev, REG_IRQSTATUS, IRQENB_FIFO1THRES); in tiadc_worker_h()
228 tiadc_writel(adc_dev, REG_IRQENABLE, IRQENB_FIFO1THRES); in tiadc_worker_h()
287 tiadc_writel(adc_dev, REG_FIFO1THR, dma->fifo_thresh); in tiadc_start_dma()
[all …]