Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dpwm-stm32-lp.c108 ret = regmap_read(priv->regmap, STM32_LPTIM_CFGR, &cfgr); in stm32_pwm_lp_compare_channel_apply()
189 ret = regmap_read(priv->regmap, STM32_LPTIM_CFGR, &cfgr); in stm32_pwm_lp_apply()
234 ret = regmap_update_bits(priv->regmap, STM32_LPTIM_CFGR, mask, in stm32_pwm_lp_apply()
324 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