Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-spear/
H A Dtime.c95 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()
162 writew(cycles, gpt_base + LOAD(CLKEVT)); in clockevent_next_event()
165 writew(val, gpt_base + CR(CLKEVT)); in clockevent_next_event()
[all …]