Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/adc/
Dstm32-dfsdm.h114 #define DFSDM_CR1_JSYNC_MASK BIT(3) macro
115 #define DFSDM_CR1_JSYNC(v) FIELD_PREP(DFSDM_CR1_JSYNC_MASK, v)
Dstm32-dfsdm-adc.c55 DFSDM_CR1_RSYNC_MASK | DFSDM_CR1_JSYNC_MASK | \