Home
last modified time | relevance | path

Searched refs:ccer (Results 1 – 2 of 2) 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()
/linux/drivers/iio/trigger/
H A Dstm32-timer-trigger.c127 u32 ccer; in stm32_timer_start() local
153 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_timer_start()
154 if (ccer & TIM_CCER_CCXE) in stm32_timer_start()
189 u32 ccer; in stm32_timer_stop() local
191 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_timer_stop()
192 if (ccer & TIM_CCER_CCXE) in stm32_timer_stop()