Home
last modified time | relevance | path

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

/linux-6.6.21/include/acpi/
Dactbl.h199 struct acpi_table_fadt { struct
200 struct acpi_table_header header; /* Common ACPI table header */
201 u32 facs; /* 32-bit physical address of FACS */
202 u32 dsdt; /* 32-bit physical address of DSDT */
203 u8 model; /* System Interrupt Model (ACPI 1.0) - not used in ACPI 2.0+ */
204 u8 preferred_profile; /* Conveys preferred power management profile to OSPM. */
205 u16 sci_interrupt; /* System vector of SCI interrupt */
206 u32 smi_command; /* 32-bit Port address of SMI command port */
207 u8 acpi_enable; /* Value to write to SMI_CMD to enable ACPI */
208 u8 acpi_disable; /* Value to write to SMI_CMD to disable ACPI */
[all …]