Searched defs:acpi_rsdp (Results 1 – 2 of 2) sorted by relevance
24 struct acpi_rsdp { struct25 char signature[8]; /* RSDP signature */26 u8 checksum; /* Checksum of the first 20 bytes */27 char oem_id[6]; /* OEM ID */28 u8 revision; /* 0 for ACPI 1.0, others 2 */29 u32 rsdt_address; /* Physical address of RSDT (32 bits) */30 u32 length; /* Total RSDP length (incl. extended part) */31 u64 xsdt_address; /* Physical address of XSDT (64 bits) */32 u8 ext_checksum; /* Checksum of the whole table */33 u8 reserved[3];
178 static unsigned long acpi_rsdp; variable