Lines Matching refs:TIM_CCER
50 regmap_read(dev->regmap, TIM_CCER, &ccer); in active_channels()
125 regmap_update_bits(priv->regmap, TIM_CCER, ccen, ccen); in stm32_pwm_raw_capture()
163 regmap_update_bits(priv->regmap, TIM_CCER, ccen, 0); in stm32_pwm_raw_capture()
218 regmap_update_bits(priv->regmap, TIM_CCER, pwm->hwpwm < 2 ? in stm32_pwm_capture()
311 regmap_write(priv->regmap, TIM_CCER, 0); in stm32_pwm_capture()
394 regmap_update_bits(priv->regmap, TIM_CCER, mask, in stm32_pwm_set_polarity()
414 regmap_update_bits(priv->regmap, TIM_CCER, mask, mask); in stm32_pwm_enable()
434 regmap_update_bits(priv->regmap, TIM_CCER, mask, 0); in stm32_pwm_disable()
572 TIM_CCER, TIM_CCER_CC1NE, TIM_CCER_CC1NE); in stm32_pwm_detect_complementary()
573 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_pwm_detect_complementary()
574 regmap_update_bits(priv->regmap, TIM_CCER, TIM_CCER_CC1NE, 0); in stm32_pwm_detect_complementary()
589 TIM_CCER, TIM_CCER_CCXE, TIM_CCER_CCXE); in stm32_pwm_detect_channels()
590 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_pwm_detect_channels()
591 regmap_update_bits(priv->regmap, TIM_CCER, TIM_CCER_CCXE, 0); in stm32_pwm_detect_channels()