Lines Matching +full:gic +full:- +full:timer
15 #include "hw/timer/mips_gictimer.h"
20 * GIC Specific definitions
33 #define MSK(n) ((1ULL << (n)) - 1)
35 /* GIC Address Space */
57 /* Reset Mask - Disables Interrupt */
61 /* Set Mask (WO) - Enables Interrupt */
65 /* Global Interrupt Mask Register (RO) - Bit Set == Interrupt enabled */
101 /* User-Mode Visible Section Register */
102 /* Read-only alias for GIC Shared CounterLo */
104 /* Read-only alias for GIC Shared CounterHi */
163 /* Local GIC interrupts. */
169 #define GIC_LOCAL_INT_TIMER 2 /* CPU timer interrupt */
170 #define GIC_LOCAL_INT_COMPARE 1 /* GIC count and compare timer */
171 #define GIC_LOCAL_INT_WD 0 /* GIC watchdog */
173 #define TYPE_MIPS_GIC "mips-gic"
211 /* GIC VP Timer */