Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dtimer-orion.c23 #define TIMER0_EN BIT(0) macro
153 TIMER0_RELOAD_EN | TIMER0_EN, in orion_timer_init()
154 TIMER0_RELOAD_EN | TIMER0_EN); in orion_timer_init()
/linux/arch/arm/plat-orion/
H A Dtime.c36 #define TIMER0_EN 0x0001 macro
226 writel(u | TIMER0_EN | TIMER0_RELOAD_EN, timer_base + TIMER_CTRL_OFF); in orion_time_init()