Searched refs:TIM_EGR_UG (Results 1 – 4 of 4) sorted by relevance
| /drivers/clocksource/ |
| 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()
|
| /drivers/iio/trigger/ |
| A D | stm32-timer-trigger.c | 178 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()
|
| /drivers/counter/ |
| A D | stm32-timer-cnt.c | 149 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_count_function_write()
|
| /drivers/pwm/ |
| A D | pwm-stm32.c | 391 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()
|
Completed in 12 milliseconds