Searched refs:STM32_LPTIM_CMP (Results 1 – 3 of 3) sorted by relevance
143 STM32_LPTIM_CCR2 : STM32_LPTIM_CMP, 0); in stm32_pwm_lp_apply() 253 ret = regmap_write(priv->regmap, pwm->hwpwm ? STM32_LPTIM_CCR2 : STM32_LPTIM_CMP, in stm32_pwm_lp_apply() 340 regmap_read(priv->regmap, pwm->hwpwm ? STM32_LPTIM_CCR2 : STM32_LPTIM_CMP, &val); in stm32_pwm_lp_get_state()
20 #define STM32_LPTIM_CMP 0x14 /* Compare Reg (MP25 CCR1) */ macro
70 ret = regmap_write(priv->regmap, STM32_LPTIM_CMP, 0); in stm32_lptim_set_enable_state()