Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clocksource/
Dtime-orion.c28 #define TIMER1_RELOAD_EN BIT(3) macro
58 TIMER1_RELOAD_EN | TIMER1_EN, TIMER1_EN); in orion_clkevt_next_event()
71 TIMER1_RELOAD_EN | TIMER1_EN, in orion_clkevt_mode()
72 TIMER1_RELOAD_EN | TIMER1_EN); in orion_clkevt_mode()
76 TIMER1_RELOAD_EN | TIMER1_EN, 0); in orion_clkevt_mode()
Dtime-armada-370-xp.c57 #define TIMER1_RELOAD_EN BIT(3) macro
/linux-4.1.27/arch/arm/plat-orion/
Dtime.c38 #define TIMER1_RELOAD_EN 0x0008 macro
101 u = (u & ~TIMER1_RELOAD_EN) | TIMER1_EN; in orion_clkevt_next_event()
133 writel(u | TIMER1_EN | TIMER1_RELOAD_EN, in orion_clkevt_mode()