Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A 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/include/linux/mfd/
H A Dstm32-timers.h20 #define TIM_EGR 0x14 /* Event Generation Reg */ macro
/linux/drivers/iio/trigger/
H A Dstm32-timer-trigger.c178 regmap_set_bits(priv->regmap, TIM_EGR, TIM_EGR_UG); in stm32_timer_start()
209 regmap_set_bits(priv->regmap, TIM_EGR, TIM_EGR_UG); in stm32_timer_stop()
/linux/drivers/pwm/
H A Dpwm-stm32.c391 regmap_set_bits(priv->regmap, TIM_EGR, TIM_EGR_UG); in stm32_pwm_write_waveform()
482 regmap_set_bits(priv->regmap, TIM_EGR, TIM_EGR_UG); in stm32_pwm_raw_capture()
/linux/drivers/counter/
H A Dstm32-timer-cnt.c149 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_count_function_write()