Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clocksource/
Dtimer-integrator-ap.c38 writel(0xffff, base + TIMER_LOAD); in integrator_clocksource_init()
97 writel(timer_reload, clkevt_base + TIMER_LOAD); in clkevt_set_periodic()
108 writel(next, clkevt_base + TIMER_LOAD); in clkevt_set_next_event()
Dtimer-sp804.c90 writel(0xffffffff, base + TIMER_LOAD); in __sp804_clocksource_and_sched_clock_init()
142 writel(clkevt_reload, clkevt_base + TIMER_LOAD); in sp804_set_periodic()
153 writel(next, clkevt_base + TIMER_LOAD); in sp804_set_next_event()
Dtimer-sp.h16 #define TIMER_LOAD 0x00 /* ACVR rw */ macro