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

  /external/u-boot/arch/x86/cpu/tangier/
acpi.c 71 void acpi_create_gnvs(struct acpi_global_nvs *gnvs)
77 gnvs->pcnt = 1;
84 gnvs->pcnt = ret;
  /external/u-boot/arch/x86/cpu/baytrail/
acpi.c 141 void acpi_create_gnvs(struct acpi_global_nvs *gnvs)
147 gnvs->pcnt = 1;
153 gnvs->pcnt = ret;
158 gnvs->iuart_en = 1;
160 gnvs->iuart_en = 0;
  /external/u-boot/arch/x86/cpu/quark/
acpi.c 136 void acpi_create_gnvs(struct acpi_global_nvs *gnvs)
139 gnvs->pcnt = 1;
  /external/u-boot/arch/x86/lib/
acpi_table.c 423 /* Pack GNVS into the ACPI table area */
425 u32 *gnvs = (u32 *)((u32)dsdt + i); local
426 if (*gnvs == ACPI_GNVS_ADDR) {
428 *gnvs = current;
433 /* Update DSDT checksum since we patched the GNVS address */
  /external/u-boot/arch/x86/include/asm/
acpi_table.h 319 void acpi_create_gnvs(struct acpi_global_nvs *gnvs);

Completed in 780 milliseconds