Home
last modified time | relevance | path

Searched refs:DFSDM_ISR_ROVRF_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dstm32-dfsdm.h168 #define DFSDM_ISR_ROVRF_MASK BIT(3) macro
169 #define DFSDM_ISR_ROVRF(v) FIELD_PREP(DFSDM_ISR_ROVRF_MASK, v)
H A Dstm32-dfsdm-adc.c1305 if (status & DFSDM_ISR_ROVRF_MASK) { in stm32_dfsdm_irq()
/kernel/linux/linux-6.6/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.c1305 if (status & DFSDM_ISR_ROVRF_MASK) { in stm32_dfsdm_irq()

Completed in 7 milliseconds