Home
last modified time | relevance | path

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

/arch/arm/mach-spear/
A Dtime.c43 #define CTRL_ENABLE 0x0020 macro
85 val |= CTRL_ENABLE ; in spear_clocksource_init()
98 val &= ~CTRL_ENABLE; in spear_timer_shutdown()
137 val |= CTRL_ENABLE | CTRL_INT_ENABLE; in spear_set_periodic()
159 if (val & CTRL_ENABLE) in clockevent_next_event()
160 writew(val & ~CTRL_ENABLE, gpt_base + CR(CLKEVT)); in clockevent_next_event()
164 val |= CTRL_ENABLE | CTRL_INT_ENABLE; in clockevent_next_event()

Completed in 3 milliseconds