TIM_CCR1
writel_relaxed(next, timer_of_base(to) + TIM_CCR1);
regmap_read(priv->regmap, TIM_CCR1, &ccrx);
ccr = pwm->hwpwm < 2 ? TIM_CCR1 : TIM_CCR3;