Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Da9gtimer.h39 #define R_CONTROL_COMP_ENABLE (1 << 1) macro
47 #define R_CONTROL_BANKED (R_CONTROL_COMP_ENABLE | \
/openbmc/qemu/hw/timer/
H A Da9gtimer.c93 (gtb->control & R_CONTROL_COMP_ENABLE)) { in a9_gtimer_update()