Searched refs:TIM_CCER_CCXE (Results 1 – 3 of 3) sorted by relevance
52 return ccer & TIM_CCER_CCXE; in active_channels()589 TIM_CCER, TIM_CCER_CCXE, TIM_CCER_CCXE); in stm32_pwm_detect_channels()591 regmap_update_bits(priv->regmap, TIM_CCER, TIM_CCER_CCXE, 0); in stm32_pwm_detect_channels()
72 #define TIM_CCER_CCXE (BIT(0) | BIT(4) | BIT(8) | BIT(12)) macro
150 if (ccer & TIM_CCER_CCXE) in stm32_timer_start()187 if (ccer & TIM_CCER_CCXE) in stm32_timer_stop()822 if (!(val & TIM_CCER_CCXE)) in stm32_timer_trigger_remove()