HomeSort by relevance Sort by last modified time
    Searched refs:ARM_GIC_ICCICR (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/GicV2/
ArmGicV2NonSecLib.c 30 MmioWrite32 (GicInterruptInterfaceBase + ARM_GIC_ICCICR, 0x1);
40 MmioWrite32 (GicInterruptInterfaceBase + ARM_GIC_ICCICR, 0x0);
ArmGicV2SecLib.c 83 MmioWrite32 (GicInterruptInterfaceBase + ARM_GIC_ICCICR,
98 ControlValue = MmioRead32 (GicInterruptInterfaceBase + ARM_GIC_ICCICR);
99 MmioWrite32 (GicInterruptInterfaceBase + ARM_GIC_ICCICR, ControlValue & ~(ARM_GIC_ICCICR_ENABLE_SECURE | ARM_GIC_ICCICR_ENABLE_NS));
  /device/linaro/bootloader/edk2/ArmPkg/Include/Library/
ArmGicLib.h 70 #define ARM_GIC_ICCICR 0x00 // CPU Interface Control Register

Completed in 197 milliseconds