Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Da9gtimer.h38 #define R_CONTROL_TIMER_ENABLE (1 << 0) macro
50 #define R_CONTROL_NEEDS_SYNC (R_CONTROL_TIMER_ENABLE | \
/openbmc/qemu/hw/timer/
H A Da9gtimer.c92 if ((s->control & R_CONTROL_TIMER_ENABLE) && in a9_gtimer_update()
123 if (s->control & R_CONTROL_TIMER_ENABLE) { in a9_gtimer_update()
200 if (s->control & R_CONTROL_TIMER_ENABLE) { in a9_gtimer_write()