Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dstm32-lptimer.h21 #define STM32_LPTIM_ARR 0x18 /* Autoreload Reg */ macro
/linux/drivers/pwm/
H A Dpwm-stm32-lp.c119 ret = regmap_write(priv->regmap, STM32_LPTIM_ARR, prd - 1); in stm32_pwm_lp_apply()
177 regmap_read(priv->regmap, STM32_LPTIM_ARR, &prd); in stm32_pwm_lp_get_state()
/linux/drivers/clocksource/
H A Dtimer-stm32-lp.c61 regmap_write(priv->reg, STM32_LPTIM_ARR, evt); in stm32_clkevent_lp_set_timer()
/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c62 ret = regmap_write(priv->regmap, STM32_LPTIM_ARR, priv->ceiling); in stm32_lptim_set_enable_state()