Lines Matching refs:INTERRUPT_BASE
45 #define INTERRUPT_BASE (0x40) macro
47 #define INTERRUPT_ENABLE (INTERRUPT_BASE + 0x00)
48 #define MSI0_ENABLE (INTERRUPT_BASE + 0x00)
49 #define MSI1_ENABLE (INTERRUPT_BASE + 0x04)
50 #define MSI2_ENABLE (INTERRUPT_BASE + 0x08)
51 #define MSI3_ENABLE (INTERRUPT_BASE + 0x0C)
52 #define MSI4_ENABLE (INTERRUPT_BASE + 0x10)
53 #define MSI5_ENABLE (INTERRUPT_BASE + 0x14)
54 #define MSI6_ENABLE (INTERRUPT_BASE + 0x18)
55 #define MSI7_ENABLE (INTERRUPT_BASE + 0x1C)
57 #define INTERRUPT_STATUS (INTERRUPT_BASE + 0x20)
58 #define INTERRUPT_ACK (INTERRUPT_BASE + 0x20)