Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dstm32-dfsdm-adc.c347 ret = regmap_update_bits(regmap, DFSDM_CHCFGR1(chan->channel), in stm32_dfsdm_start_channel()
366 regmap_update_bits(regmap, DFSDM_CHCFGR1(chan->channel), in stm32_dfsdm_stop_channel()
379 ret = regmap_update_bits(regmap, DFSDM_CHCFGR1(id), in stm32_dfsdm_chan_configure()
384 ret = regmap_update_bits(regmap, DFSDM_CHCFGR1(id), in stm32_dfsdm_chan_configure()
389 return regmap_update_bits(regmap, DFSDM_CHCFGR1(id), in stm32_dfsdm_chan_configure()
H A Dstm32-dfsdm.h44 #define DFSDM_CHCFGR1(y) ((y) * 0x20 + 0x00) macro