Home
last modified time | relevance | path

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

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