Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mfd/
A Dstm32-lptimer.c32 ret = regmap_update_bits(ddata->regmap, STM32_LPTIM_CFGR, in stm32_lptimer_detect_encoder()
37 ret = regmap_read(ddata->regmap, STM32_LPTIM_CFGR, &val); in stm32_lptimer_detect_encoder()
41 ret = regmap_update_bits(ddata->regmap, STM32_LPTIM_CFGR, in stm32_lptimer_detect_encoder()
/linux-6.3-rc2/drivers/pwm/
A Dpwm-stm32-lp.c90 ret = regmap_read(priv->regmap, STM32_LPTIM_CFGR, &cfgr); in stm32_pwm_lp_apply()
106 ret = regmap_update_bits(priv->regmap, STM32_LPTIM_CFGR, mask, in stm32_pwm_lp_apply()
174 regmap_read(priv->regmap, STM32_LPTIM_CFGR, &val); in stm32_pwm_lp_get_state()
/linux-6.3-rc2/include/linux/mfd/
A Dstm32-lptimer.h18 #define STM32_LPTIM_CFGR 0x0C /* Configuration Reg */ macro
/linux-6.3-rc2/drivers/clocksource/
A Dtimer-stm32-lp.c118 regmap_write(priv->reg, STM32_LPTIM_CFGR, i << CFGR_PSC_OFFSET); in stm32_clkevent_lp_set_prescaler()
/linux-6.3-rc2/drivers/counter/
A Dstm32-lptimer-cnt.c107 return regmap_update_bits(priv->regmap, STM32_LPTIM_CFGR, mask, val); in stm32_lptim_setup()

Completed in 7 milliseconds