Home
last modified time | relevance | path

Searched refs:TIM_CR1_ARPE (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/mfd/
H A Dstm32-timers.h37 #define TIM_CR1_ARPE BIT(7) /* Auto-reload Preload Ena */ macro
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dstm32-timers.h38 #define TIM_CR1_ARPE BIT(7) /* Auto-reload Preload Ena */ macro
/kernel/linux/linux-5.10/drivers/iio/trigger/
H A 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()
/kernel/linux/linux-6.6/drivers/iio/trigger/
H A Dstm32-timer-trigger.c161 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, TIM_CR1_ARPE); in stm32_timer_start()
192 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_timer_stop()
686 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_count_set_preset()
/kernel/linux/linux-5.10/drivers/clocksource/
H A Dtimer-stm32.c37 #define TIM_CR1_ARPE BIT(7) macro
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-stm32.c37 #define TIM_CR1_ARPE BIT(7) macro
/kernel/linux/linux-5.10/drivers/counter/
H A Dstm32-timer-cnt.c196 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_count_ceiling_write()
/kernel/linux/linux-6.6/drivers/counter/
H A Dstm32-timer-cnt.c174 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_count_ceiling_write()
/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-stm32.c362 regmap_set_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE); in stm32_pwm_config()
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-stm32.c366 regmap_set_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE); in stm32_pwm_config()

Completed in 8 milliseconds