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

  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/UnInstallAcpiTableDxe/
UnInstallAcpiTable.c 31 #define EFI_ACPI_MAX_NUM_TABLES 20
99 for (i = 0; i < EFI_ACPI_MAX_NUM_TABLES; i++) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
AcpiSupport.h 80 #define EFI_ACPI_MAX_NUM_TABLES 20
AcpiSupportAcpiSupportProtocol.c 24 UINTN mEfiAcpiMaxNumTables = EFI_ACPI_MAX_NUM_TABLES;
505 // Enlarge the max table number from mEfiAcpiMaxNumTables to mEfiAcpiMaxNumTables + EFI_ACPI_MAX_NUM_TABLES
507 NewMaxTableNumber = mEfiAcpiMaxNumTables + EFI_ACPI_MAX_NUM_TABLES;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiTable.h 86 #define EFI_ACPI_MAX_NUM_TABLES 20
AcpiTableProtocol.c 23 UINTN mEfiAcpiMaxNumTables = EFI_ACPI_MAX_NUM_TABLES;
345 // Enlarge the max table number from mEfiAcpiMaxNumTables to mEfiAcpiMaxNumTables + EFI_ACPI_MAX_NUM_TABLES
347 NewMaxTableNumber = mEfiAcpiMaxNumTables + EFI_ACPI_MAX_NUM_TABLES;
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/AcpiPlatformDxe/
EthMac.c 51 #define EFI_ACPI_MAX_NUM_TABLES 20
467 for (i = 0; i < EFI_ACPI_MAX_NUM_TABLES; i++) {

Completed in 225 milliseconds