Home
last modified time | relevance | path

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

/drivers/pwm/
Dpwm-stm32.c205 regmap_write(priv->regmap, TIM_PSC, psc); in stm32_pwm_capture()
239 regmap_write(priv->regmap, TIM_PSC, psc); in stm32_pwm_capture()
310 regmap_write(priv->regmap, TIM_PSC, 0); in stm32_pwm_capture()
350 regmap_read(priv->regmap, TIM_PSC, &psc); in stm32_pwm_config()
357 regmap_write(priv->regmap, TIM_PSC, prescaler); in stm32_pwm_config()
/drivers/clocksource/
Dtimer-stm32.c30 #define TIM_PSC 0x28 macro
222 writel_relaxed(prescaler - 1, timer_of_base(to) + TIM_PSC); in stm32_timer_set_prescaler()
/drivers/iio/trigger/
Dstm32-timer-trigger.c143 regmap_write(priv->regmap, TIM_PSC, prescaler); in stm32_timer_start()
179 regmap_write(priv->regmap, TIM_PSC, 0); in stm32_timer_stop()
219 regmap_read(priv->regmap, TIM_PSC, &psc); in stm32_tt_read_frequency()