Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Da9gtimer.h41 #define R_CONTROL_AUTO_INCREMENT (1 << 3) macro
49 R_CONTROL_AUTO_INCREMENT)
/openbmc/qemu/hw/timer/
H A Da9gtimer.c98 if (gtb->control & R_CONTROL_AUTO_INCREMENT && gtb->inc) { in a9_gtimer_update()