Searched refs:ecdt (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/acpica/ |
| H A D | acpi_ec.c | 277 ACPI_TABLE_ECDT *ecdt; in acpi_ec_ecdt_probe() local 286 status = AcpiGetTable(ACPI_SIG_ECDT, 1, (ACPI_TABLE_HEADER **)&ecdt); in acpi_ec_ecdt_probe() 288 ecdt->Control.BitWidth != 8 || in acpi_ec_ecdt_probe() 289 ecdt->Data.BitWidth != 8) { in acpi_ec_ecdt_probe() 294 child = BUS_ADD_CHILD(parent, 3, "acpi_ec", ecdt->Uid); in acpi_ec_ecdt_probe() 301 status = AcpiGetHandle(NULL, ecdt->Id, &h); in acpi_ec_ecdt_probe() 310 bus_set_resource(child, SYS_RES_IOPORT, 0, ecdt->Data.Address, in acpi_ec_ecdt_probe() 312 bus_set_resource(child, SYS_RES_IOPORT, 1, ecdt->Control.Address, in acpi_ec_ecdt_probe() 324 params->gpe_bit = ecdt->Gpe; in acpi_ec_ecdt_probe() 325 params->uid = ecdt->Uid; in acpi_ec_ecdt_probe() [all …]
|
| /src/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 1086 ACPI_TABLE_ECDT *ecdt; in acpi_handle_ecdt() local 1090 ecdt = (ACPI_TABLE_ECDT *)sdp; in acpi_handle_ecdt() 1092 acpi_print_gas(&ecdt->Control); in acpi_handle_ecdt() 1094 acpi_print_gas(&ecdt->Data); in acpi_handle_ecdt() 1095 printf("\n\tUID=%#x, ", ecdt->Uid); in acpi_handle_ecdt() 1096 printf("GPE_BIT=%#x\n", ecdt->Gpe); in acpi_handle_ecdt() 1097 printf("\tEC_ID=%s\n", ecdt->Id); in acpi_handle_ecdt()
|