Searched refs:ecdt (Results 1 – 1 of 1) sorted by relevance
403 ACPI_TABLE_ECDT *ecdt; in ec_probe_ecdt() local422 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()