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

  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/DtPlatformDxe/
DtPlatformDxe.c 113 DT_ACPI_VARSTORE_DATA DtAcpiPref;
124 DtAcpiPref.Pref = DT_ACPI_SELECT_ACPI;
127 // Get the current DT/ACPI preference from the DtAcpiPref variable.
129 BufferSize = sizeof (DtAcpiPref);
131 NULL, &BufferSize, &DtAcpiPref);
135 DtAcpiPref.Pref = DT_ACPI_SELECT_DT;
140 DtAcpiPref.Pref != DT_ACPI_SELECT_ACPI &&
141 DtAcpiPref.Pref != DT_ACPI_SELECT_DT) {
144 DtAcpiPref.Pref = DT_ACPI_SELECT_DT;
154 sizeof (DtAcpiPref), &DtAcpiPref);
    [all...]
DtPlatformHii.vfr 33 name = DtAcpiPref,
39 oneof varid = DtAcpiPref.Pref,

Completed in 112 milliseconds