Home
last modified time | relevance | path

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

/linux/arch/arm/mach-spear/
H A Dtime.c32 #define CLKEVT 0 /* gpt0, channel0 as clockevent */ macro
95 u16 val = readw(gpt_base + CR(CLKEVT)); in spear_timer_shutdown()
99 writew(val, gpt_base + CR(CLKEVT)); in spear_timer_shutdown()
116 val = readw(gpt_base + CR(CLKEVT)); in spear_set_oneshot()
118 writew(val, gpt_base + CR(CLKEVT)); in spear_set_oneshot()
133 writew(period, gpt_base + LOAD(CLKEVT)); in spear_set_periodic()
135 val = readw(gpt_base + CR(CLKEVT)); in spear_set_periodic()
138 writew(val, gpt_base + CR(CLKEVT)); in spear_set_periodic()
157 u16 val = readw(gpt_base + CR(CLKEVT)); in clockevent_next_event()
160 writew(val & ~CTRL_ENABLE, gpt_base + CR(CLKEVT)); in clockevent_next_event()
[all …]