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

/linux-master/drivers/clocksource/
H A Dtimer-stm32.c28 #define TIM_EGR 0x14 macro
223 writel_relaxed(TIM_EGR_UG, timer_of_base(to) + TIM_EGR);
/linux-master/include/linux/mfd/
H A Dstm32-timers.h20 #define TIM_EGR 0x14 /* Event Generation Reg */ macro
/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);
/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);

Completed in 121 milliseconds