Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/GicV2/
DArmGicV2Dxe.c33 STATIC UINT32 mGicInterruptInterfaceBase; variable
142 ArmGicV2EndOfInterrupt (mGicInterruptInterfaceBase, Source); in GicV2EndOfInterrupt()
167 GicInterrupt = ArmGicV2AcknowledgeInterrupt (mGicInterruptInterfaceBase); in GicV2IrqInterruptHandler()
222 GicInterrupt = ArmGicV2AcknowledgeInterrupt (mGicInterruptInterfaceBase); in GicV2ExitBootServicesEvent()
230 ArmGicV2DisableInterruptInterface (mGicInterruptInterfaceBase); in GicV2ExitBootServicesEvent()
262 mGicInterruptInterfaceBase = PcdGet64 (PcdGicInterruptInterfaceBase); in GicV2DxeInitialize()
302 MmioWrite32 (mGicInterruptInterfaceBase + ARM_GIC_ICCBPR, 0x7); in GicV2DxeInitialize()
305 MmioWrite32 (mGicInterruptInterfaceBase + ARM_GIC_ICCPMR, 0xff); in GicV2DxeInitialize()
308 ArmGicEnableInterruptInterface (mGicInterruptInterfaceBase); in GicV2DxeInitialize()