Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iio/trigger/
Dstm32-timer-trigger.c160 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, TIM_CR1_ARPE); in stm32_timer_start()
191 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_timer_stop()
685 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_count_set_preset()
/Linux-v5.10/include/linux/mfd/
Dstm32-timers.h37 #define TIM_CR1_ARPE BIT(7) /* Auto-reload Preload Ena */ macro
/Linux-v5.10/drivers/counter/
Dstm32-timer-cnt.c135 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_count_function_set()
189 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_count_ceiling_write()
/Linux-v5.10/drivers/clocksource/
Dtimer-stm32.c37 #define TIM_CR1_ARPE BIT(7) macro
/Linux-v5.10/drivers/pwm/
Dpwm-stm32.c362 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, TIM_CR1_ARPE); in stm32_pwm_config()