Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dstm32-lptimer.c33 ret = regmap_update_bits(ddata->regmap, STM32_LPTIM_CFGR, in stm32_lptimer_detect_encoder()
38 ret = regmap_read(ddata->regmap, STM32_LPTIM_CFGR, &val); in stm32_lptimer_detect_encoder()
42 ret = regmap_update_bits(ddata->regmap, STM32_LPTIM_CFGR, in stm32_lptimer_detect_encoder()
/linux/drivers/pwm/
H A Dpwm-stm32-lp.c89 ret = regmap_read(priv->regmap, STM32_LPTIM_CFGR, &cfgr); in stm32_pwm_lp_apply()
105 ret = regmap_update_bits(priv->regmap, STM32_LPTIM_CFGR, mask, in stm32_pwm_lp_apply()
173 regmap_read(priv->regmap, STM32_LPTIM_CFGR, &val); in stm32_pwm_lp_get_state()
/linux/include/linux/mfd/
H A Dstm32-lptimer.h18 #define STM32_LPTIM_CFGR 0x0C /* Configuration Reg */ macro
/linux/drivers/clocksource/
H A Dtimer-stm32-lp.c118 regmap_write(priv->reg, STM32_LPTIM_CFGR, i << CFGR_PSC_OFFSET); in stm32_clkevent_lp_set_prescaler()
/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c107 return regmap_update_bits(priv->regmap, STM32_LPTIM_CFGR, mask, val); in stm32_lptim_setup()