Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Da9gtimer.h40 #define R_CONTROL_IRQ_ENABLE (1 << 2) macro
48 R_CONTROL_IRQ_ENABLE | \
/openbmc/qemu/hw/timer/
H A Da9gtimer.c113 gtb->status && (gtb->control & R_CONTROL_IRQ_ENABLE)); in a9_gtimer_update()