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

  /external/u-boot/arch/x86/lib/
acpi_table.c 24 * IASL compiles the dsdt entries and writes the hex values
25 * to a C array AmlCode[] (see dsdt.c).
371 struct acpi_table_header *dsdt; local
413 debug("ACPI: * DSDT\n");
414 dsdt = (struct acpi_table_header *)current;
415 memcpy(dsdt, &AmlCode, sizeof(struct acpi_table_header));
419 dsdt->length - sizeof(struct acpi_table_header));
420 current += dsdt->length - sizeof(struct acpi_table_header);
424 for (i = 0; i < dsdt->length; i++) {
425 u32 *gnvs = (u32 *)((u32)dsdt + i)
    [all...]
  /external/u-boot/arch/x86/include/asm/
acpi_table.h 141 u32 dsdt; member in struct:acpi_fadt
307 void *dsdt);

Completed in 162 milliseconds