Home
last modified time | relevance | path

Searched refs:Gpe0BlockLength (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/events/
H A Devgpeinit.c130 if (AcpiGbl_FADT.Gpe0BlockLength && in AcpiEvGpeInitialize()
135 RegisterCount0 = (UINT16) (AcpiGbl_FADT.Gpe0BlockLength / 2); in AcpiEvGpeInitialize()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactbl.h283 UINT8 Gpe0BlockLength; /* Byte Length of ports at Gpe0Block */ member
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo.c208 {ACPI_DMT_UINT8, ACPI_FADT_OFFSET (Gpe0BlockLength), "GPE0 Block Length", 0},
/netbsd-src/sys/external/bsd/acpica/dist/tables/
H A Dtbfadt.c142 ACPI_FADT_OFFSET (Gpe0BlockLength),
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daetables.c392 LocalFADT.Gpe0BlockLength = 0x20; in AeBuildLocalTables()
/netbsd-src/sys/dev/acpi/
H A Dacpi_verbose.c368 { 92, "GPE0_BLK_LEN", AcpiGbl_FADT.Gpe0BlockLength }, in acpi_print_fadt()
/netbsd-src/usr.sbin/acpitools/acpidump/
H A Dacpi.c4248 fadt->Gpe0Block + fadt->Gpe0BlockLength - 1); in acpi_print_fadt()