Home
last modified time | relevance | path

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

/dports/sysutils/acpica-tools/acpica-unix-20210930/source/include/
H A Dactbl.h366 typedef struct acpi_table_fadt struct
368 ACPI_TABLE_HEADER Header; /* Common ACPI table header */
369 UINT32 Facs; /* 32-bit physical address of FACS */
370 UINT32 Dsdt; /* 32-bit physical address of DSDT */
373 UINT16 SciInterrupt; /* System vector of SCI interrupt */
403 UINT8 Century; /* Index to century in RTC CMOS RAM */
405 UINT8 Reserved; /* Reserved, must be zero */
410 UINT8 MinorRevision; /* FADT Minor Revision (ACPI 5.1) */
411 UINT64 XFacs; /* 64-bit physical address of FACS */
412 UINT64 XDsdt; /* 64-bit physical address of DSDT */
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/include/
H A Dactbl.h257 typedef struct acpi_table_fadt struct
259 ACPI_TABLE_HEADER Header; /* Common ACPI table header */
260 UINT32 Facs; /* 32-bit physical address of FACS */
261 UINT32 Dsdt; /* 32-bit physical address of DSDT */
264 UINT16 SciInterrupt; /* System vector of SCI interrupt */
294 UINT8 Century; /* Index to century in RTC CMOS RAM */
296 UINT8 Reserved; /* Reserved, must be zero */
301 UINT8 MinorRevision; /* FADT Minor Revision (ACPI 5.1) */
302 UINT64 XFacs; /* 64-bit physical address of FACS */
303 UINT64 XDsdt; /* 64-bit physical address of DSDT */
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/acpi/
H A Dactbl.h199 struct acpi_table_fadt { struct
201 u32 facs; /* 32-bit physical address of FACS */
202 u32 dsdt; /* 32-bit physical address of DSDT */
205 u16 sci_interrupt; /* System vector of SCI interrupt */
210 u8 pstate_control; /* Processor performance state control */
235 u8 century; /* Index to century in RTC CMOS RAM */
237 u8 reserved; /* Reserved, must be zero */
242 u8 minor_revision; /* FADT Minor Revision (ACPI 5.1) */
243 u64 Xfacs; /* 64-bit physical address of FACS */
244 u64 Xdsdt; /* 64-bit physical address of DSDT */
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/acpi/
H A Dactbl.h199 struct acpi_table_fadt { struct
201 u32 facs; /* 32-bit physical address of FACS */
202 u32 dsdt; /* 32-bit physical address of DSDT */
205 u16 sci_interrupt; /* System vector of SCI interrupt */
210 u8 pstate_control; /* Processor performance state control */
235 u8 century; /* Index to century in RTC CMOS RAM */
237 u8 reserved; /* Reserved, must be zero */
242 u8 minor_revision; /* FADT Minor Revision (ACPI 5.1) */
243 u64 Xfacs; /* 64-bit physical address of FACS */
244 u64 Xdsdt; /* 64-bit physical address of DSDT */
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/acpi/
H A Dactbl.h199 struct acpi_table_fadt { struct
201 u32 facs; /* 32-bit physical address of FACS */
202 u32 dsdt; /* 32-bit physical address of DSDT */
205 u16 sci_interrupt; /* System vector of SCI interrupt */
210 u8 pstate_control; /* Processor performance state control */
235 u8 century; /* Index to century in RTC CMOS RAM */
237 u8 reserved; /* Reserved, must be zero */
242 u8 minor_revision; /* FADT Minor Revision (ACPI 5.1) */
243 u64 Xfacs; /* 64-bit physical address of FACS */
244 u64 Xdsdt; /* 64-bit physical address of DSDT */
[all …]