Searched refs:TIM_CCR1 (Results 1 – 3 of 3) sorted by relevance
32 #define TIM_CCR1 0x34 macro133 writel_relaxed(next, timer_of_base(to) + TIM_CCR1); in stm32_clock_event_set_next_event()
27 #define TIM_CCR1 0x34 /* Capt/Comp Register 1 */ macro
59 return regmap_write(dev->regmap, TIM_CCR1, value); in write_ccrx()124 ccr = pwm->hwpwm < 2 ? TIM_CCR1 : TIM_CCR3; in stm32_pwm_raw_capture()