Searched refs:ccer_backup (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/pwm/ |
| H A D | pwm-stm32.c | 790 u32 ccer, ccer_backup; in stm32_pwm_detect_channels() local 796 regmap_read(regmap, TIM_CCER, &ccer_backup); in stm32_pwm_detect_channels() 799 regmap_write(regmap, TIM_CCER, ccer_backup); in stm32_pwm_detect_channels() 801 *num_enabled = hweight32(ccer_backup & TIM_CCER_CCXE); in stm32_pwm_detect_channels()
|
| /linux-6.15/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()
|