Searched refs:Gpe0Block (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo.c202 {ACPI_DMT_UINT32, ACPI_FADT_OFFSET (Gpe0Block), "GPE0 Block Address", 0},
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dactbl.h277 UINT32 Gpe0Block; /* 32-bit port address of General Purpose Event 0 Reg Blk */ member in struct:acpi_table_fadt
283 UINT8 Gpe0BlockLength; /* Byte Length of ports at Gpe0Block */
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daetables.c393 LocalFADT.Gpe0Block = 0x00003210;
/netbsd-current/sys/external/bsd/acpica/dist/tables/
H A Dtbfadt.c139 {"Gpe0Block",
141 ACPI_FADT_OFFSET (Gpe0Block),
/netbsd-current/sys/dev/acpi/
H A Dacpi_verbose.c362 { 80, "GPE0_BLK", AcpiGbl_FADT.Gpe0Block },
/netbsd-current/usr.sbin/acpitools/acpidump/
H A Dacpi.c4245 if (fadt->Gpe0Block != 0)
4247 fadt->Gpe0Block,
4248 fadt->Gpe0Block + fadt->Gpe0BlockLength - 1);

Completed in 204 milliseconds