Home
last modified time | relevance | path

Searched refs:STM32_LPTIM_ARR (Results 1 – 2 of 2) 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