Home
last modified time | relevance | path

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

/linux/drivers/counter/
H A Dstm32-timer-cnt.c466 if (!regmap_test_bits(priv->regmap, TIM_DIER, TIM_DIER_UIE)) in stm32_count_events_configure()
468 dier |= TIM_DIER_UIE; in stm32_count_events_configure()
631 dier &= (TIM_DIER_UIE | TIM_DIER_CC1IE | TIM_DIER_CC2IE | TIM_DIER_CC3IE | TIM_DIER_CC4IE); in stm32_timer_cnt_isr()
/linux/include/linux/mfd/
H A Dstm32-timers.h44 #define TIM_DIER_UIE BIT(0) /* Update interrupt */ macro
/linux/drivers/clocksource/
H A Dtimer-stm32.c39 #define TIM_DIER_UIE BIT(0) macro
/linux/drivers/mfd/
H A Dstm32-timers.c22 TIM_DIER_UIE,