Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h62 #define TIM_DIER_UIE 1 macro
/openbmc/linux/include/linux/mfd/
H A Dstm32-timers.h43 #define TIM_DIER_UIE BIT(0) /* Update interrupt */ macro
/openbmc/linux/drivers/clocksource/
H A Dtimer-stm32.c39 #define TIM_DIER_UIE BIT(0) macro
/openbmc/linux/drivers/mfd/
H A Dstm32-timers.c22 TIM_DIER_UIE,
/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c53 if (s->tim_dier & TIM_DIER_UIE && s->tim_cr1 & TIM_CR1_CEN) { in stm32f2xx_timer_interrupt()