Home
last modified time | relevance | path

Searched refs:STM32_LPTIM_ARR (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pwm/
H A Dpwm-stm32-lp.c198 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 Dstm32-lptimer.h21 #define STM32_LPTIM_ARR 0x18 /* Autoreload Reg */ macro
63 /* STM32_LPTIM_ARR */
/linux/drivers/clocksource/
H A Dtimer-stm32-lp.c69 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 Dstm32-lptimer-cnt.c66 ret = regmap_write(priv->regmap, STM32_LPTIM_ARR, priv->ceiling); in stm32_lptim_set_enable_state()