Searched refs:TIM_EGR_UG (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/clocksource/ |
D | timer-stm32.c | 44 #define TIM_EGR_UG BIT(0) macro 223 writel_relaxed(TIM_EGR_UG, timer_of_base(to) + TIM_EGR); in stm32_timer_set_prescaler()
|
/Linux-v6.6/drivers/iio/trigger/ |
D | stm32-timer-trigger.c | 172 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_timer_start() 204 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_timer_stop()
|
/Linux-v6.6/include/linux/mfd/ |
D | stm32-timers.h | 52 #define TIM_EGR_UG BIT(0) /* Update Generation */ macro
|
/Linux-v6.6/drivers/counter/ |
D | stm32-timer-cnt.c | 130 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_count_function_write()
|
/Linux-v6.6/drivers/pwm/ |
D | pwm-stm32.c | 118 regmap_set_bits(priv->regmap, TIM_EGR, TIM_EGR_UG); in stm32_pwm_raw_capture() 421 regmap_set_bits(priv->regmap, TIM_EGR, TIM_EGR_UG); in stm32_pwm_enable()
|