Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dtimer-stm32.c26 #define TIM_DIER 0x0c macro
101 writel_relaxed(0, timer_of_base(to) + TIM_DIER); in stm32_clock_event_disable()
139 writel_relaxed(TIM_DIER_CC1IE, timer_of_base(to) + TIM_DIER); in stm32_clock_event_set_next_event()
/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()
483 regmap_write(priv->regmap, TIM_DIER, dier); in stm32_count_events_configure()
626 regmap_read(priv->regmap, TIM_DIER, &dier); in stm32_timer_cnt_isr()