Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dstm32-timers.h39 #define TIM_CR1_ARPE BIT(7) /* Auto-reload Preload Ena */ macro
/linux/drivers/clocksource/
H A Dtimer-stm32.c37 #define TIM_CR1_ARPE BIT(7) macro
/linux/drivers/counter/
H A Dstm32-timer-cnt.c193 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_count_ceiling_write()
/linux/drivers/pwm/
H A Dpwm-stm32.c354 ret = regmap_set_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE); in stm32_pwm_write_waveform()