Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/events/
H A Devgpeinit.c153 if (AcpiGbl_FADT.Gpe1BlockLength && in AcpiEvGpeInitialize()
158 RegisterCount1 = (UINT16) (AcpiGbl_FADT.Gpe1BlockLength / 2); in AcpiEvGpeInitialize()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactbl.h284 UINT8 Gpe1BlockLength; /* Byte Length of ports at Gpe1Block */ member
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo.c209 {ACPI_DMT_UINT8, ACPI_FADT_OFFSET (Gpe1BlockLength), "GPE1 Block Length", 0},
/netbsd-src/sys/external/bsd/acpica/dist/tables/
H A Dtbfadt.c149 ACPI_FADT_OFFSET (Gpe1BlockLength),
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daetables.c395 LocalFADT.Gpe1BlockLength = 0x20; in AeBuildLocalTables()
/netbsd-src/sys/dev/acpi/
H A Dacpi_verbose.c369 { 93, "GPE1_BLK_LEN", AcpiGbl_FADT.Gpe1BlockLength }, in acpi_print_fadt()
/netbsd-src/usr.sbin/acpitools/acpidump/
H A Dacpi.c4252 fadt->Gpe1Block + fadt->Gpe1BlockLength - 1, in acpi_print_fadt()