Searched refs:TIM_EGR (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-stm32.c | 28 #define TIM_EGR 0x14 macro 223 writel_relaxed(TIM_EGR_UG, timer_of_base(to) + TIM_EGR); in stm32_timer_set_prescaler()
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-stm32.c | 28 #define TIM_EGR 0x14 macro 223 writel_relaxed(TIM_EGR_UG, timer_of_base(to) + TIM_EGR); in stm32_timer_set_prescaler()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | stm32-timers.h | 20 #define TIM_EGR 0x14 /* Event Generation Reg */ macro
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | stm32-timers.h | 20 #define TIM_EGR 0x14 /* Event Generation Reg */ macro
|
/kernel/linux/linux-5.10/drivers/pwm/ |
H A D | pwm-stm32.c | 118 regmap_set_bits(priv->regmap, TIM_EGR, TIM_EGR_UG); in stm32_pwm_raw_capture() 417 regmap_set_bits(priv->regmap, TIM_EGR, TIM_EGR_UG); in stm32_pwm_enable()
|
/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | pwm-stm32.c | 118 regmap_set_bits(priv->regmap, TIM_EGR, TIM_EGR_UG); in stm32_pwm_raw_capture() 421 regmap_set_bits(priv->regmap, TIM_EGR, TIM_EGR_UG); in stm32_pwm_enable()
|
/kernel/linux/linux-5.10/drivers/iio/trigger/ |
H A D | stm32-timer-trigger.c | 171 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_timer_start() 203 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_timer_stop()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/counter/ |
H A D | stm32-timer-cnt.c | 145 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_count_function_set()
|
/kernel/linux/linux-6.6/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()
|
Completed in 9 milliseconds