Home
last modified time | relevance | path

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

/linux/arch/arm/mach-spear/
A Dtime.c98 u16 val = readw(gpt_base + CR(CLKEVT)); in timer_shutdown()
102 writew(val, gpt_base + CR(CLKEVT)); in timer_shutdown()
119 val = readw(gpt_base + CR(CLKEVT)); in spear_set_oneshot()
121 writew(val, gpt_base + CR(CLKEVT)); in spear_set_oneshot()
136 writew(period, gpt_base + LOAD(CLKEVT)); in spear_set_periodic()
138 val = readw(gpt_base + CR(CLKEVT)); in spear_set_periodic()
141 writew(val, gpt_base + CR(CLKEVT)); in spear_set_periodic()
160 u16 val = readw(gpt_base + CR(CLKEVT)); in clockevent_next_event()
165 writew(cycles, gpt_base + LOAD(CLKEVT)); in clockevent_next_event()
168 writew(val, gpt_base + CR(CLKEVT)); in clockevent_next_event()
[all …]

Completed in 4 milliseconds