Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Da9gtimer.h47 #define R_CONTROL_BANKED (R_CONTROL_COMP_ENABLE | \ macro
/openbmc/qemu/hw/timer/
H A Da9gtimer.c208 gtb->control = value & R_CONTROL_BANKED; in a9_gtimer_write()
209 s->control = value & ~R_CONTROL_BANKED; in a9_gtimer_write()