Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dstm32-dfsdm.h172 #define DFSDM_ISR_ROVRF_MASK BIT(3) macro
173 #define DFSDM_ISR_ROVRF(v) FIELD_PREP(DFSDM_ISR_ROVRF_MASK, v)
H A Dstm32-dfsdm-adc.c1450 if (status & DFSDM_ISR_ROVRF_MASK) { in stm32_dfsdm_irq()