Searched refs:TIM_CCER_CCXE (Results 1 – 3 of 3) sorted by relevance
49 return ccer & TIM_CCER_CCXE; in active_channels()576 TIM_CCER, TIM_CCER_CCXE, TIM_CCER_CCXE); in stm32_pwm_detect_channels()578 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
136 if (ccer & TIM_CCER_CCXE) in stm32_timer_start()170 if (ccer & TIM_CCER_CCXE) in stm32_timer_stop()