Home
last modified time | relevance | path

Searched refs:DFSDM_CHCFGR1 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dstm32-dfsdm-core.c147 ret = regmap_update_bits(dfsdm->regmap, DFSDM_CHCFGR1(0), in stm32_dfsdm_start_dfsdm()
154 ret = regmap_update_bits(dfsdm->regmap, DFSDM_CHCFGR1(0), in stm32_dfsdm_start_dfsdm()
161 ret = regmap_update_bits(dfsdm->regmap, DFSDM_CHCFGR1(0), in stm32_dfsdm_start_dfsdm()
195 ret = regmap_update_bits(dfsdm->regmap, DFSDM_CHCFGR1(0), in stm32_dfsdm_stop_dfsdm()
202 ret = regmap_update_bits(dfsdm->regmap, DFSDM_CHCFGR1(0), in stm32_dfsdm_stop_dfsdm()
H A Dstm32-dfsdm-adc.c344 ret = regmap_update_bits(regmap, DFSDM_CHCFGR1(chan->channel), in stm32_dfsdm_start_channel()
363 regmap_update_bits(regmap, DFSDM_CHCFGR1(chan->channel), in stm32_dfsdm_stop_channel()
376 ret = regmap_update_bits(regmap, DFSDM_CHCFGR1(id), in stm32_dfsdm_chan_configure()
381 ret = regmap_update_bits(regmap, DFSDM_CHCFGR1(id), in stm32_dfsdm_chan_configure()
386 return regmap_update_bits(regmap, DFSDM_CHCFGR1(id), in stm32_dfsdm_chan_configure()
H A Dstm32-dfsdm.h40 #define DFSDM_CHCFGR1(y) ((y) * 0x20 + 0x00) macro