Searched defs:TIMER0_RELOAD_EN (Results 1 - 2 of 2) sorted by relevance

/drivers/clocksource/
H A Dtime-orion.c26 #define TIMER0_RELOAD_EN BIT(1) macro
125 TIMER0_RELOAD_EN | TIMER0_EN,
126 TIMER0_RELOAD_EN | TIMER0_EN);
H A Dtime-armada-370-xp.c52 #define TIMER0_RELOAD_EN BIT(1) macro
119 local_timer_ctrl_clrset(TIMER0_RELOAD_EN, enable_mask);
138 local_timer_ctrl_clrset(0, TIMER0_RELOAD_EN | enable_mask);
261 TIMER0_RELOAD_EN | enable_mask,
262 TIMER0_RELOAD_EN | enable_mask);

Completed in 56 milliseconds