Searched refs:TIM_EGR_UG (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/clocksource/
H A Dtimer-stm32.c44 #define TIM_EGR_UG BIT(0) macro
223 writel_relaxed(TIM_EGR_UG, timer_of_base(to) + TIM_EGR);
/linux-master/include/linux/mfd/
H A Dstm32-timers.h52 #define TIM_EGR_UG BIT(0) /* Update Generation */ macro
/linux-master/drivers/counter/
H A Dstm32-timer-cnt.c130 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG);
/linux-master/drivers/iio/trigger/
H A Dstm32-timer-trigger.c172 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG);
204 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG);
/linux-master/drivers/pwm/
H A Dpwm-stm32.c103 regmap_set_bits(priv->regmap, TIM_EGR, TIM_EGR_UG);
406 regmap_set_bits(priv->regmap, TIM_EGR, TIM_EGR_UG);

Completed in 124 milliseconds