Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/mach-spear/
Dtime.c35 #define CLKEVT 0 /* gpt0, channel0 as clockevent */ macro
98 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()
163 writew(val & ~CTRL_ENABLE, gpt_base + CR(CLKEVT)); in clockevent_next_event()
[all …]