Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A 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()
H A Dtimer-sp.h17 #define TIMER_LOAD 0x00 /* ACVR rw */ macro
H A Dtimer-sp804.c41 .load = TIMER_LOAD,
/openbmc/qemu/tests/qtest/
H A Dtest-arm-mptimer.c21 #define TIMER_LOAD 0x00 macro
40 writel(TIMER_BASE_PHYS + TIMER_LOAD, load); in timer_load()