Home
last modified time | relevance | path

Searched defs:acpi_rsdp (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/arch/x86/include/asm/
Dacpi_table.h21 struct acpi_rsdp { struct
22 char signature[8]; /* RSDP signature */
23 u8 checksum; /* Checksum of the first 20 bytes */
24 char oem_id[6]; /* OEM ID */
25 u8 revision; /* 0 for ACPI 1.0, others 2 */
26 u32 rsdt_address; /* Physical address of RSDT (32 bits) */
27 u32 length; /* Total RSDP length (incl. extended part) */
28 u64 xsdt_address; /* Physical address of XSDT (64 bits) */
29 u8 ext_checksum; /* Checksum of the whole table */
30 u8 reserved[3];