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

/linux-4.4.14/drivers/clocksource/
H A Dtime-orion.c26 #define TIMER0_RELOAD_EN BIT(1) macro
131 TIMER0_RELOAD_EN | TIMER0_EN, orion_timer_init()
132 TIMER0_RELOAD_EN | TIMER0_EN); orion_timer_init()
H A Dtime-armada-370-xp.c55 #define TIMER0_RELOAD_EN BIT(1) macro
122 local_timer_ctrl_clrset(TIMER0_RELOAD_EN, enable_mask); armada_370_xp_clkevt_next_event()
151 local_timer_ctrl_clrset(0, TIMER0_RELOAD_EN | enable_mask); armada_370_xp_clkevt_set_periodic()
298 TIMER0_RELOAD_EN | enable_mask, armada_370_xp_timer_common_init()
299 TIMER0_RELOAD_EN | enable_mask); armada_370_xp_timer_common_init()
/linux-4.4.14/arch/arm/plat-orion/
H A Dtime.c36 #define TIMER0_RELOAD_EN 0x0002 macro
219 writel(u | TIMER0_EN | TIMER0_RELOAD_EN, timer_base + TIMER_CTRL_OFF); orion_time_init()

Completed in 143 milliseconds