Searched refs:DFSDM_CR1 (Results 1 – 3 of 3) sorted by relevance
| /drivers/iio/adc/ |
| A D | stm32-dfsdm-adc.c | 403 ret = regmap_update_bits(dfsdm->regmap, DFSDM_CR1(fl_id), in stm32_dfsdm_start_filter() 413 return regmap_update_bits(dfsdm->regmap, DFSDM_CR1(fl_id), in stm32_dfsdm_start_filter() 422 regmap_update_bits(dfsdm->regmap, DFSDM_CR1(fl_id), in stm32_dfsdm_stop_filter() 445 ret = regmap_update_bits(regmap, DFSDM_CR1(fl_id), in stm32_dfsdm_filter_set_trig() 535 ret = regmap_update_bits(regmap, DFSDM_CR1(fl_id), in stm32_dfsdm_filter_configure() 597 return regmap_update_bits(regmap, DFSDM_CR1(fl_id), DFSDM_CR1_CFG_MASK, in stm32_dfsdm_filter_configure() 836 regmap_clear_bits(regmap, DFSDM_CR1(adc->fl_id), DFSDM_CR1_CFG_MASK); in stm32_dfsdm_start_conv() 850 regmap_clear_bits(regmap, DFSDM_CR1(adc->fl_id), DFSDM_CR1_CFG_MASK); in stm32_dfsdm_stop_conv() 1027 DFSDM_CR1(adc->fl_id), in stm32_dfsdm_adc_dma_start() 1032 DFSDM_CR1(adc->fl_id), in stm32_dfsdm_adc_dma_start() [all …]
|
| A D | stm32-dfsdm.h | 97 #define DFSDM_CR1(x) (DFSDM_FILTER_X_BASE_ADR(x) + 0x00) macro
|
| A D | stm32-dfsdm-core.c | 53 case DFSDM_CR1(0) & DFSDM_FILTER_REG_MASK: in stm32_dfsdm_volatile_reg()
|
Completed in 10 milliseconds