Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dstm32-lptimer.h20 #define STM32_LPTIM_CMP 0x14 /* Compare Reg */ macro
/linux/drivers/pwm/
H A Dpwm-stm32-lp.c123 ret = regmap_write(priv->regmap, STM32_LPTIM_CMP, prd - (1 + dty)); in stm32_pwm_lp_apply()
182 regmap_read(priv->regmap, STM32_LPTIM_CMP, &val); in stm32_pwm_lp_get_state()
/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c66 ret = regmap_write(priv->regmap, STM32_LPTIM_CMP, 0); in stm32_lptim_set_enable_state()