Searched refs:TIM_EGR_UG (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/hw/timer/ |
H A D | stm32f2xx_timer.h | 54 #define TIM_EGR_UG 1 macro
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-stm32.c | 44 #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 D | stm32-timer-trigger.c | 172 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 D | stm32-timers.h | 52 #define TIM_EGR_UG BIT(0) /* Update Generation */ macro
|
/openbmc/linux/drivers/counter/ |
H A D | stm32-timer-cnt.c | 130 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_count_function_write()
|
/openbmc/linux/drivers/pwm/ |
H A D | pwm-stm32.c | 118 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 D | stm32f2xx_timer.c | 208 if (s->tim_egr & TIM_EGR_UG) { in stm32f2xx_timer_write()
|