Searched refs:STM32_LPTIM_ARR (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/pwm/ |
H A D | pwm-stm32-lp.c | 198 ret = regmap_read(priv->regmap, STM32_LPTIM_ARR, &arr); in stm32_pwm_lp_apply() 248 ret = regmap_write(priv->regmap, STM32_LPTIM_ARR, prd - 1); in stm32_pwm_lp_apply() 335 regmap_read(priv->regmap, STM32_LPTIM_ARR, &prd); in stm32_pwm_lp_get_state()
|
/linux/include/linux/mfd/ |
H A D | stm32-lptimer.h | 21 #define STM32_LPTIM_ARR 0x18 /* Autoreload Reg */ macro 63 /* STM32_LPTIM_ARR */
|
/linux/drivers/clocksource/ |
H A D | timer-stm32-lp.c | 69 regmap_write(priv->reg, STM32_LPTIM_ARR, evt); in stm32mp25_clkevent_lp_set_evt() 99 regmap_write(priv->reg, STM32_LPTIM_ARR, evt); in stm32_clkevent_lp_set_evt()
|
/linux/drivers/counter/ |
H A D | stm32-lptimer-cnt.c | 66 ret = regmap_write(priv->regmap, STM32_LPTIM_ARR, priv->ceiling); in stm32_lptim_set_enable_state()
|