Searched refs:TIM_CCER_CCXE (Results 1 – 3 of 3) sorted by relevance
52 return ccer & TIM_CCER_CCXE; in active_channels()596 regmap_set_bits(priv->regmap, TIM_CCER, TIM_CCER_CCXE); in stm32_pwm_detect_channels()600 *num_enabled = hweight32(ccer_backup & TIM_CCER_CCXE); in stm32_pwm_detect_channels()602 return hweight32(ccer & TIM_CCER_CCXE); in stm32_pwm_detect_channels()
73 #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()