Searched refs:INTCPS_MIR (Results 1 – 2 of 2) sorted by relevance
56 MmioWrite32 (INTCPS_MIR(0), 0xFFFFFFFF); in ExitBootServicesEvent()57 MmioWrite32 (INTCPS_MIR(1), 0xFFFFFFFF); in ExitBootServicesEvent()58 MmioWrite32 (INTCPS_MIR(2), 0xFFFFFFFF); in ExitBootServicesEvent()212 if ((MmioRead32(INTCPS_MIR(Bank)) & Bit) == Bit) { in GetInterruptSourceState()323 MmioWrite32 (INTCPS_MIR(0), 0xFFFFFFFF); in InterruptDxeInitialize()324 MmioWrite32 (INTCPS_MIR(1), 0xFFFFFFFF); in InterruptDxeInitialize()325 MmioWrite32 (INTCPS_MIR(2), 0xFFFFFFFF); in InterruptDxeInitialize()
36 #define INTCPS_MIR(n) (INTERRUPT_BASE + 0x0084 + (0x20 * (n))) macro