Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/DtPlatformDxe/
DDtPlatformDxe.c113 DT_ACPI_VARSTORE_DATA DtAcpiPref; in DtPlatformDxeEntryPoint() local
124 DtAcpiPref.Pref = DT_ACPI_SELECT_ACPI; in DtPlatformDxeEntryPoint()
129 BufferSize = sizeof (DtAcpiPref); in DtPlatformDxeEntryPoint()
131 NULL, &BufferSize, &DtAcpiPref); in DtPlatformDxeEntryPoint()
135 DtAcpiPref.Pref = DT_ACPI_SELECT_DT; in DtPlatformDxeEntryPoint()
140 DtAcpiPref.Pref != DT_ACPI_SELECT_ACPI && in DtPlatformDxeEntryPoint()
141 DtAcpiPref.Pref != DT_ACPI_SELECT_DT) { in DtPlatformDxeEntryPoint()
144 DtAcpiPref.Pref = DT_ACPI_SELECT_DT; in DtPlatformDxeEntryPoint()
154 sizeof (DtAcpiPref), &DtAcpiPref); in DtPlatformDxeEntryPoint()
160 if (DtAcpiPref.Pref == DT_ACPI_SELECT_ACPI) { in DtPlatformDxeEntryPoint()
[all …]
DDtPlatformHii.vfr33 name = DtAcpiPref,
39 oneof varid = DtAcpiPref.Pref,