Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/adc/
Dti_am335x_adc.c184 if (status & IRQENB_FIFO1OVRRUN) { in tiadc_irq_h()
189 tiadc_writel(adc_dev, REG_IRQSTATUS, IRQENB_FIFO1OVRRUN in tiadc_irq_h()
300 IRQENB_FIFO1OVRRUN | in tiadc_buffer_preenable()
332 | IRQENB_FIFO1OVRRUN | IRQENB_FIFO1UNDRFLW); in tiadc_buffer_postenable()
334 irq_enable = IRQENB_FIFO1OVRRUN; in tiadc_buffer_postenable()
349 IRQENB_FIFO1OVRRUN | IRQENB_FIFO1UNDRFLW)); in tiadc_buffer_predisable()
/Linux-v5.4/include/linux/mfd/
Dti_am335x_tscadc.h63 #define IRQENB_FIFO1OVRRUN BIT(6) macro