Home
last modified time | relevance | path

Searched refs:STM32_LPTIM_CFGR (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/mfd/
Dstm32-lptimer.c31 ret = regmap_update_bits(ddata->regmap, STM32_LPTIM_CFGR, in stm32_lptimer_detect_encoder()
36 ret = regmap_read(ddata->regmap, STM32_LPTIM_CFGR, &val); in stm32_lptimer_detect_encoder()
40 ret = regmap_update_bits(ddata->regmap, STM32_LPTIM_CFGR, in stm32_lptimer_detect_encoder()
/Linux-v4.19/drivers/pwm/
Dpwm-stm32-lp.c83 ret = regmap_read(priv->regmap, STM32_LPTIM_CFGR, &cfgr); in stm32_pwm_lp_apply()
99 ret = regmap_update_bits(priv->regmap, STM32_LPTIM_CFGR, mask, in stm32_pwm_lp_apply()
168 regmap_read(priv->regmap, STM32_LPTIM_CFGR, &val); in stm32_pwm_lp_get_state()
/Linux-v4.19/include/linux/mfd/
Dstm32-lptimer.h18 #define STM32_LPTIM_CFGR 0x0C /* Configuration Reg */ macro
/Linux-v4.19/drivers/iio/counter/
Dstm32-lptimer-cnt.c101 return regmap_update_bits(priv->regmap, STM32_LPTIM_CFGR, mask, val); in stm32_lptim_setup()