Home
last modified time | relevance | path

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

/linux/drivers/counter/
H A Dstm32-timer-cnt.c465 if (!regmap_test_bits(priv->regmap, TIM_DIER, TIM_DIER_UIE)) in stm32_count_events_configure()
467 dier |= TIM_DIER_UIE; in stm32_count_events_configure()
630 dier &= (TIM_DIER_UIE | TIM_DIER_CC1IE | TIM_DIER_CC2IE | TIM_DIER_CC3IE | TIM_DIER_CC4IE); in stm32_timer_cnt_isr()
/linux/drivers/clocksource/
H A Dtimer-stm32.c39 #define TIM_DIER_UIE BIT(0) macro