Home
last modified time | relevance | path

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

/linux/drivers/counter/
H A Dstm32-timer-cnt.c422 u32 ccmr, ccer; in stm32_count_capture_configure() local
448 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_count_capture_configure()
450 ch, ccmr, ccer); in stm32_count_capture_configure()
661 u32 ccer, ccer_backup; in stm32_timer_cnt_detect_channels() local
665 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_timer_cnt_detect_channels()
667 priv->nchannels = hweight32(ccer & TIM_CCER_CCXE); in stm32_timer_cnt_detect_channels()