Searched refs:DFSDM_CR1 (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/iio/adc/ |
| D | stm32-dfsdm-adc.c | 246 ret = regmap_update_bits(dfsdm->regmap, DFSDM_CR1(fl_id), in stm32_dfsdm_start_filter() 252 return regmap_update_bits(dfsdm->regmap, DFSDM_CR1(fl_id), in stm32_dfsdm_start_filter() 261 regmap_update_bits(dfsdm->regmap, DFSDM_CR1(fl_id), in stm32_dfsdm_stop_filter() 290 ret = regmap_update_bits(regmap, DFSDM_CR1(fl_id), DFSDM_CR1_RCH_MASK, in stm32_dfsdm_filter_configure() 295 return regmap_update_bits(regmap, DFSDM_CR1(fl_id), in stm32_dfsdm_filter_configure() 447 ret = regmap_update_bits(regmap, DFSDM_CR1(adc->fl_id), in stm32_dfsdm_start_conv() 453 ret = regmap_update_bits(regmap, DFSDM_CR1(adc->fl_id), in stm32_dfsdm_start_conv() 465 regmap_update_bits(regmap, DFSDM_CR1(adc->fl_id), in stm32_dfsdm_start_conv() 468 regmap_update_bits(regmap, DFSDM_CR1(adc->fl_id), in stm32_dfsdm_start_conv() 483 regmap_update_bits(regmap, DFSDM_CR1(adc->fl_id), in stm32_dfsdm_stop_conv() [all …]
|
| D | stm32-dfsdm-core.c | 41 case DFSDM_CR1(0) & DFSDM_FILTER_REG_MASK: in stm32_dfsdm_volatile_reg()
|
| D | stm32-dfsdm.h | 93 #define DFSDM_CR1(x) (DFSDM_FILTER_X_BASE_ADR(x) + 0x00) macro
|