Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-versatile/
H A Dtimer.c28 #define TIMER_INT_EN (1 << 5) macro
56 tmr_ctrl_val &= ~(TIMER_MODE_MSK | TIMER_INT_EN | TIMER_PRS_MSK | TIMER_SIZE_MSK | TIMER_ONE_SHT ); in timer_init()
/openbmc/linux/drivers/clocksource/
H A Dtimer-sprd.c24 #define TIMER_INT_EN BIT(0) macro
68 writel_relaxed(TIMER_INT_EN, base + TIMER_INT); in sprd_timer_enable_interrupt()