Searched defs:acpi_table_facs (Results 1 – 1 of 1) sorted by relevance
168 struct acpi_table_facs { struct169 char signature[4]; /* ASCII table signature */170 u32 length; /* Length of structure, in bytes */171 u32 hardware_signature; /* Hardware configuration signature */172 u32 firmware_waking_vector; /* 32-bit physical address of the Firmware Waking Vector */173 u32 global_lock; /* Global Lock for shared hardware resources */174 u32 flags;176 u8 version; /* Version of this table (ACPI 2.0+) */177 u8 reserved[3]; /* Reserved, must be zero */178 u32 ospm_flags; /* Flags to be set by OSPM (ACPI 4.0) */[all …]
Completed in 5 milliseconds