Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-orion.c29 #define TIMER1_RELOAD_EN BIT(3) macro
74 TIMER1_RELOAD_EN | TIMER1_EN, TIMER1_EN); in orion_clkevt_next_event()
83 TIMER1_RELOAD_EN | TIMER1_EN, 0); in orion_clkevt_shutdown()
93 TIMER1_RELOAD_EN | TIMER1_EN, in orion_clkevt_set_periodic()
94 TIMER1_RELOAD_EN | TIMER1_EN); in orion_clkevt_set_periodic()
H A Dtimer-armada-370-xp.c59 #define TIMER1_RELOAD_EN BIT(3) macro
/OK3568_Linux_fs/kernel/arch/arm/plat-orion/
H A Dtime.c39 #define TIMER1_RELOAD_EN 0x0008 macro
102 u = (u & ~TIMER1_RELOAD_EN) | TIMER1_EN; in orion_clkevt_next_event()
150 writel(u | TIMER1_EN | TIMER1_RELOAD_EN, timer_base + TIMER_CTRL_OFF); in orion_clkevt_set_periodic()