Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iio/adc/
Dti_am335x_adc.c160 if (status & IRQENB_FIFO1OVRRUN) { in tiadc_irq_h()
165 tiadc_writel(adc_dev, REG_IRQSTATUS, IRQENB_FIFO1OVRRUN in tiadc_irq_h()
206 IRQENB_FIFO1OVRRUN | in tiadc_buffer_preenable()
231 | IRQENB_FIFO1OVRRUN | IRQENB_FIFO1UNDRFLW); in tiadc_buffer_postenable()
233 | IRQENB_FIFO1OVRRUN); in tiadc_buffer_postenable()
244 IRQENB_FIFO1OVRRUN | IRQENB_FIFO1UNDRFLW)); in tiadc_buffer_predisable()
/linux-4.4.14/include/linux/mfd/
Dti_am335x_tscadc.h60 #define IRQENB_FIFO1OVRRUN BIT(6) macro