Searched refs:ccer_backup (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/pwm/ |
D | pwm-stm32.c | 626 u32 ccer, ccer_backup; in stm32_pwm_detect_channels() local 632 regmap_read(regmap, TIM_CCER, &ccer_backup); in stm32_pwm_detect_channels() 635 regmap_write(regmap, TIM_CCER, ccer_backup); in stm32_pwm_detect_channels() 637 *num_enabled = hweight32(ccer_backup & TIM_CCER_CCXE); in stm32_pwm_detect_channels()
|
/linux-6.12.1/drivers/counter/ |
D | stm32-timer-cnt.c | 655 u32 ccer, ccer_backup; in stm32_timer_cnt_detect_channels() local 657 regmap_read(priv->regmap, TIM_CCER, &ccer_backup); in stm32_timer_cnt_detect_channels() 660 regmap_write(priv->regmap, TIM_CCER, ccer_backup); in stm32_timer_cnt_detect_channels()
|