Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dtimer-sp.h24 #define TIMER_CTRL_DIV256 (2 << 2) /* ACVR */ macro
H A Dtimer-integrator-ap.c137 ctrl |= TIMER_CTRL_DIV256; in integrator_clockevent_init()
/openbmc/qemu/hw/timer/
H A Darm_timer.c27 #define TIMER_CTRL_DIV256 (2 << 2) macro