Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciEnumerator.c693 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *ACPIAddressDesc; in GetResourceAllocationStatus() local
699 ACPIAddressDesc = (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *) Temp; in GetResourceAllocationStatus()
700 ResStatus = ACPIAddressDesc->AddrTranslationOffset; in GetResourceAllocationStatus()
702 switch (ACPIAddressDesc->ResType) { in GetResourceAllocationStatus()
704 if (ACPIAddressDesc->AddrSpaceGranularity == 32) { in GetResourceAllocationStatus()
705 if (ACPIAddressDesc->SpecificFlag == 0x06) { in GetResourceAllocationStatus()
718 if (ACPIAddressDesc->AddrSpaceGranularity == 64) { in GetResourceAllocationStatus()
719 if (ACPIAddressDesc->SpecificFlag == 0x06) { in GetResourceAllocationStatus()