Home
last modified time | relevance | path

Searched refs:STM32_LPTIM_CMP (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pwm/
H A Dpwm-stm32-lp.c143 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()
/linux/include/linux/mfd/
H A Dstm32-lptimer.h20 #define STM32_LPTIM_CMP 0x14 /* Compare Reg (MP25 CCR1) */ macro
/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c70 ret = regmap_write(priv->regmap, STM32_LPTIM_CMP, 0); in stm32_lptim_set_enable_state()