Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dtimer-stm32.c40 #define TIM_DIER_CC1IE BIT(1) macro
139 writel_relaxed(TIM_DIER_CC1IE, timer_of_base(to) + TIM_DIER); in stm32_clock_event_set_next_event()
/linux/include/linux/mfd/
H A Dstm32-timers.h46 #define TIM_DIER_CC1IE TIM_DIER_CCxIE(1) /* CC1 Interrupt Enable */ macro
/linux/drivers/counter/
H A Dstm32-timer-cnt.c631 dier &= (TIM_DIER_UIE | TIM_DIER_CC1IE | TIM_DIER_CC2IE | TIM_DIER_CC3IE | TIM_DIER_CC4IE); in stm32_timer_cnt_isr()