Home
last modified time | relevance | path

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

/linux-6.15/drivers/counter/
H A Dstm32-timer-cnt.c403 u32 ccer_bits; member
437 if (!regmap_test_bits(priv->regmap, TIM_CCER, cc->ccer_bits)) in stm32_count_capture_configure()
441 regmap_set_bits(priv->regmap, TIM_CCER, cc->ccer_bits); in stm32_count_capture_configure()
443 regmap_clear_bits(priv->regmap, TIM_CCER, cc->ccer_bits); in stm32_count_capture_configure()