Searched refs:ccer_backup (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/pwm/ |
H A D | pwm-stm32.c | 796 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 D | stm32-timer-cnt.c | 661 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()
|