Home
last modified time | relevance | path

Searched refs:ccer_backup (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pwm/
H A Dpwm-stm32.c589 u32 ccer, ccer_backup; in stm32_pwm_detect_channels() local
595 regmap_read(priv->regmap, TIM_CCER, &ccer_backup); in stm32_pwm_detect_channels()
598 regmap_write(priv->regmap, TIM_CCER, ccer_backup); in stm32_pwm_detect_channels()
600 *num_enabled = hweight32(ccer_backup & TIM_CCER_CCXE); in stm32_pwm_detect_channels()