Home
last modified time | relevance | path

Searched refs:TIM_EGR_UG (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h54 #define TIM_EGR_UG 1 macro
/openbmc/linux/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); in stm32_timer_set_prescaler()
/openbmc/linux/drivers/iio/trigger/
H A Dstm32-timer-trigger.c172 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()
/openbmc/linux/include/linux/mfd/
H A Dstm32-timers.h52 #define TIM_EGR_UG BIT(0) /* Update Generation */ macro
/openbmc/linux/drivers/counter/
H A Dstm32-timer-cnt.c130 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_count_function_write()
/openbmc/linux/drivers/pwm/
H A Dpwm-stm32.c118 regmap_set_bits(priv->regmap, TIM_EGR, TIM_EGR_UG); in stm32_pwm_raw_capture()
424 regmap_set_bits(priv->regmap, TIM_EGR, TIM_EGR_UG); in stm32_pwm_enable()
/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c208 if (s->tim_egr & TIM_EGR_UG) { in stm32f2xx_timer_write()