Home
last modified time | relevance | path

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

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