Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl.h257 typedef struct acpi_table_rsdp struct
259 char Signature[8]; /* ACPI signature, contains "RSD PTR " */
260 UINT8 Checksum; /* ACPI 1.0 checksum */
261 char OemId[ACPI_OEM_ID_SIZE]; /* OEM identification */
262 …8 Revision; /* Must be (0) for ACPI 1.0 or (2) for ACPI 2.0+ */
263 UINT32 RsdtPhysicalAddress; /* 32-bit physical address of the RSDT */
264 … Length; /* Table length in bytes, including header (ACPI 2.0+) */
265 … XsdtPhysicalAddress; /* 64-bit physical address of the XSDT (ACPI 2.0+) */
266 UINT8 ExtendedChecksum; /* Checksum of entire table (ACPI 2.0+) */
267 UINT8 Reserved[3]; /* Reserved, must be zero */