Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica_ec.c403 ACPI_TABLE_ECDT *ecdt; in ec_probe_ecdt() local
422 ecdt = (ACPI_TABLE_ECDT *)th; in ec_probe_ecdt()
423 if (ecdt->Control.BitWidth != 8 || in ec_probe_ecdt()
424 ecdt->Data.BitWidth != 8) { in ec_probe_ecdt()
428 status = AcpiGetHandle(NULL, (char *)ecdt->Id, &dev_hdl); in ec_probe_ecdt()
437 ec.ec_base = ecdt->Data.Address; in ec_probe_ecdt()
438 ec.ec_sc = ecdt->Control.Address; in ec_probe_ecdt()
441 ec.ec_gpe_bit = ecdt->Gpe; in ec_probe_ecdt()