Searched refs:TIM_EGR_UG (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/iio/trigger/ |
D | stm32-timer-trigger.c | 156 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_timer_start() 190 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_timer_stop() 309 TIM_EGR_UG, TIM_EGR_UG); in stm32_tt_store_master_mode()
|
/linux-4.19.296/drivers/pwm/ |
D | pwm-stm32.c | 115 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()
|
/linux-4.19.296/include/linux/mfd/ |
D | stm32-timers.h | 51 #define TIM_EGR_UG BIT(0) /* Update Generation */ macro
|