TIM_SR_CC_IF
regmap_write(priv->regmap, TIM_SR, ~TIM_SR_CC_IF(ch));
if (sr & TIM_SR_CC_IF(i)) {
clr &= ~TIM_SR_CC_IF(i);