Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/DtPlatformDxe/
DDtPlatformDxe.c135 DtAcpiPref.Pref = DT_ACPI_SELECT_DT; in DtPlatformDxeEntryPoint()
141 DtAcpiPref.Pref != DT_ACPI_SELECT_DT) { in DtPlatformDxeEntryPoint()
144 DtAcpiPref.Pref = DT_ACPI_SELECT_DT; in DtPlatformDxeEntryPoint()
173 } else if (DtAcpiPref.Pref == DT_ACPI_SELECT_DT) { in DtPlatformDxeEntryPoint()
DDtPlatformDxe.h21 #define DT_ACPI_SELECT_DT 0x0 macro
DDtPlatformHii.vfr43 … option text = STRING_TOKEN(STR_DT_ACPI_SELECT_DT), value = DT_ACPI_SELECT_DT, flags = DEFAULT;