Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dpwm-stm32.c796 u32 ccer, ccer_backup; in stm32_pwm_detect_channels() local
802 regmap_read(regmap, TIM_CCER, &ccer_backup); in stm32_pwm_detect_channels()
805 regmap_write(regmap, TIM_CCER, ccer_backup); in stm32_pwm_detect_channels()
807 *num_enabled = hweight32(ccer_backup & TIM_CCER_CCXE); in stm32_pwm_detect_channels()
/linux/drivers/counter/
H A Dstm32-timer-cnt.c661 u32 ccer, ccer_backup; in stm32_timer_cnt_detect_channels() local
663 regmap_read(priv->regmap, TIM_CCER, &ccer_backup); in stm32_timer_cnt_detect_channels()
666 regmap_write(priv->regmap, TIM_CCER, ccer_backup); in stm32_timer_cnt_detect_channels()