Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iio/adc/
Dti_am335x_adc.c131 if (status & IRQENB_FIFO1OVRRUN) { in tiadc_irq_h()
136 tiadc_writel(adc_dev, REG_IRQSTATUS, IRQENB_FIFO1OVRRUN in tiadc_irq_h()
177 IRQENB_FIFO1OVRRUN | in tiadc_buffer_preenable()
202 | IRQENB_FIFO1OVRRUN | IRQENB_FIFO1UNDRFLW); in tiadc_buffer_postenable()
204 | IRQENB_FIFO1OVRRUN); in tiadc_buffer_postenable()
215 IRQENB_FIFO1OVRRUN | IRQENB_FIFO1UNDRFLW)); in tiadc_buffer_predisable()
/linux-4.1.27/include/linux/mfd/
Dti_am335x_tscadc.h60 #define IRQENB_FIFO1OVRRUN BIT(6) macro