Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/counter/
Dstm32-timer-cnt.c397 u32 ccer_bits; member
431 if (!regmap_test_bits(priv->regmap, TIM_CCER, cc->ccer_bits)) in stm32_count_capture_configure()
435 regmap_set_bits(priv->regmap, TIM_CCER, cc->ccer_bits); in stm32_count_capture_configure()
437 regmap_clear_bits(priv->regmap, TIM_CCER, cc->ccer_bits); in stm32_count_capture_configure()