Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dtimer-orion.c24 #define TIMER0_RELOAD_EN BIT(1) 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.c37 #define TIMER0_RELOAD_EN 0x0002 macro
226 writel(u | TIMER0_EN | TIMER0_RELOAD_EN, timer_base + TIMER_CTRL_OFF); in orion_time_init()