Searched refs:EFI_ACPI_TABLE_VERSION_2_0 (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/AcpiSupport/
H A DAcpiSupport.h57 // EFI_ACPI_TABLE_VERSION_2_0 - ACPI Version 2.0
74 #define EFI_ACPI_TABLE_VERSION_2_0 (1 << 2) macro
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
H A DAcpiSupportAcpiSupportProtocol.c317 if ((Version & EFI_ACPI_TABLE_VERSION_2_0) != 0 || (Version & EFI_ACPI_TABLE_VERSION_3_0) != 0) {
351 if (((Version & EFI_ACPI_TABLE_VERSION_2_0) != 0 || (Version & EFI_ACPI_TABLE_VERSION_3_0) != 0) &&
420 EFI_ACPI_TABLE_VERSION_1_0B | EFI_ACPI_TABLE_VERSION_2_0 | EFI_ACPI_TABLE_VERSION_3_0,
426 EFI_ACPI_TABLE_VERSION_1_0B | EFI_ACPI_TABLE_VERSION_2_0 | EFI_ACPI_TABLE_VERSION_3_0
465 EFI_ACPI_TABLE_VERSION_1_0B | EFI_ACPI_TABLE_VERSION_2_0 | EFI_ACPI_TABLE_VERSION_3_0,
471 EFI_ACPI_TABLE_VERSION_1_0B | EFI_ACPI_TABLE_VERSION_2_0 | EFI_ACPI_TABLE_VERSION_3_0
724 ((Version & EFI_ACPI_TABLE_VERSION_2_0) != 0 && AcpiSupportInstance->Fadt3 != NULL) ||
772 if ((Version & EFI_ACPI_TABLE_VERSION_2_0) != 0 ||
865 ((Version & EFI_ACPI_TABLE_VERSION_2_0) != 0 && AcpiSupportInstance->Facs3 != NULL) ||
904 if ((Version & EFI_ACPI_TABLE_VERSION_2_0) !
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiTable.h45 #define ACPI_TABLE_VERSION_GTE_2_0 (EFI_ACPI_TABLE_VERSION_2_0 | \
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DAcpiSystemDescriptionTable.h26 #define EFI_ACPI_TABLE_VERSION_2_0 (1 << 2) macro
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/
H A DPpm.c351 Version = EFI_ACPI_TABLE_VERSION_1_0B | EFI_ACPI_TABLE_VERSION_2_0 | EFI_ACPI_TABLE_VERSION_3_0;
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
H A DAcpiPlatform.c376 *Version = EFI_ACPI_TABLE_VERSION_1_0B | EFI_ACPI_TABLE_VERSION_2_0 | EFI_ACPI_TABLE_VERSION_3_0;
408 *Version = EFI_ACPI_TABLE_VERSION_2_0;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
H A DAcpiPlatform.c719 TableVersion = EFI_ACPI_TABLE_VERSION_2_0;
802 TableVersion = EFI_ACPI_TABLE_VERSION_2_0;

Completed in 76 milliseconds