Searched refs:TIMER1_RELOAD_EN (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/clocksource/
H A Dtime-orion.c28 #define TIMER1_RELOAD_EN BIT(3) macro
58 TIMER1_RELOAD_EN | TIMER1_EN, TIMER1_EN); orion_clkevt_next_event()
67 TIMER1_RELOAD_EN | TIMER1_EN, 0); orion_clkevt_shutdown()
77 TIMER1_RELOAD_EN | TIMER1_EN, orion_clkevt_set_periodic()
78 TIMER1_RELOAD_EN | TIMER1_EN); orion_clkevt_set_periodic()
H A Dtime-armada-370-xp.c59 #define TIMER1_RELOAD_EN BIT(3) macro
/linux-4.4.14/arch/arm/plat-orion/
H A Dtime.c38 #define TIMER1_RELOAD_EN 0x0008 macro
101 u = (u & ~TIMER1_RELOAD_EN) | TIMER1_EN; orion_clkevt_next_event()
149 writel(u | TIMER1_EN | TIMER1_RELOAD_EN, timer_base + TIMER_CTRL_OFF); orion_clkevt_set_periodic()

Completed in 136 milliseconds