Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dtimer-integrator-ap.c51 writel(0xffff, base + TIMER_LOAD); in integrator_clocksource_init()
110 writel(timer_reload, clkevt_base + TIMER_LOAD); in clkevt_set_periodic()
121 writel(next, clkevt_base + TIMER_LOAD); in clkevt_set_next_event()
Dtimer-sp804.c103 writel(0xffffffff, base + TIMER_LOAD); in __sp804_clocksource_and_sched_clock_init()
155 writel(clkevt_reload, clkevt_base + TIMER_LOAD); in sp804_set_periodic()
166 writel(next, clkevt_base + TIMER_LOAD); in sp804_set_next_event()
Dtimer-sp.h16 #define TIMER_LOAD 0x00 /* ACVR rw */ macro