Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mfd/
Dstm32-lptimer.h21 #define STM32_LPTIM_ARR 0x18 /* Autoreload Reg */ macro
/Linux-v4.19/drivers/pwm/
Dpwm-stm32-lp.c113 ret = regmap_write(priv->regmap, STM32_LPTIM_ARR, prd - 1); in stm32_pwm_lp_apply()
172 regmap_read(priv->regmap, STM32_LPTIM_ARR, &prd); in stm32_pwm_lp_get_state()
/Linux-v4.19/drivers/iio/counter/
Dstm32-lptimer-cnt.c57 ret = regmap_write(priv->regmap, STM32_LPTIM_ARR, priv->preset); in stm32_lptim_set_enable_state()