Home
last modified time | relevance | path

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

/acpica-latest/source/components/events/
Devgpeinit.c261 if (AcpiGbl_FADT.Gpe1BlockLength && in AcpiEvGpeInitialize()
266 RegisterCount1 = (UINT16) (AcpiGbl_FADT.Gpe1BlockLength / 2); in AcpiEvGpeInitialize()
/acpica-latest/source/include/
Dactbl.h392 UINT8 Gpe1BlockLength; /* Byte Length of ports at Gpe1Block */ member
/acpica-latest/source/common/
Ddmtbinfo.c317 {ACPI_DMT_UINT8, ACPI_FADT_OFFSET (Gpe1BlockLength), "GPE1 Block Length", 0},
/acpica-latest/source/components/tables/
Dtbfadt.c257 ACPI_FADT_OFFSET (Gpe1BlockLength),
/acpica-latest/source/tools/acpiexec/
Daetables.c503 LocalFADT.Gpe1BlockLength = 0x20; in AeBuildLocalTables()