Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/
DArmGicLib.c55 UINTN GicCpuRedistributorBase; in GicGetCpuRedistributorBase() local
70 GicCpuRedistributorBase = GicRedistributorBase; in GicGetCpuRedistributorBase()
73 Affinity = MmioRead64 (GicCpuRedistributorBase + ARM_GICR_TYPER) >> 32; in GicGetCpuRedistributorBase()
75 return GicCpuRedistributorBase; in GicGetCpuRedistributorBase()
79 GicCpuRedistributorBase += GicRedistributorGranularity; in GicGetCpuRedistributorBase()
192 UINTN GicCpuRedistributorBase; in ArmGicEnableInterrupt() local
205 GicCpuRedistributorBase = GicGetCpuRedistributorBase (GicRedistributorBase, Revision); in ArmGicEnableInterrupt()
206 if (GicCpuRedistributorBase == 0) { in ArmGicEnableInterrupt()
212 …MmioWrite32 (GicCpuRedistributorBase + ARM_GICR_CTLR_FRAME_SIZE + ARM_GICR_ISENABLER + (4 * RegOff… in ArmGicEnableInterrupt()
227 UINTN GicCpuRedistributorBase; in ArmGicDisableInterrupt() local
[all …]