Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dstm32-dfsdm.h130 #define DFSDM_CR1_RCONT_MASK BIT(18) macro
131 #define DFSDM_CR1_RCONT(v) FIELD_PREP(DFSDM_CR1_RCONT_MASK, v)
H A Dstm32-dfsdm-adc.c55 #define DFSDM_CR1_CFG_MASK (DFSDM_CR1_RCH_MASK | DFSDM_CR1_RCONT_MASK | \