Searched refs:ARM_GIC_ICDDCR_ARE (Results 1 – 3 of 3) sorted by relevance
35 if (MmioRead32 (GicDistributorBase + ARM_GIC_ICDDCR) & ARM_GIC_ICDDCR_ARE) { in ArmGicEnableDistributor()
51 #define ARM_GIC_ICDDCR_ARE (1 << 4) // Affinity Routing Enable (ARE) macro
257 MmioOr32 (mGicDistributorBase + ARM_GIC_ICDDCR, ARM_GIC_ICDDCR_ARE); in GicV3DxeInitialize()