Home
last modified time | relevance | path

Searched refs:TIM_EGR (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/clocksource/
Dtimer-stm32.c28 #define TIM_EGR 0x14 macro
223 writel_relaxed(TIM_EGR_UG, timer_of_base(to) + TIM_EGR); in stm32_timer_set_prescaler()
/Linux-v4.19/include/linux/mfd/
Dstm32-timers.h20 #define TIM_EGR 0x14 /* Event Generation Reg */ macro
/Linux-v4.19/drivers/iio/trigger/
Dstm32-timer-trigger.c156 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_timer_start()
183 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_timer_stop()
301 regmap_update_bits(priv->regmap, TIM_EGR, in stm32_tt_store_master_mode()
/Linux-v4.19/drivers/pwm/
Dpwm-stm32.c115 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_pwm_raw_capture()
416 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_pwm_enable()