HomeSort by: relevance | last modified time | path
    Searched defs:wddt (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/acpitools/acpidump/
acpi.c 4022 ACPI_TABLE_WDDT *wddt; local in function:acpi_handle_wddt
4026 wddt = (ACPI_TABLE_WDDT *)sdp;
4028 printf("\tSpecVersion=%04hx\n", wddt->SpecVersion);
4029 printf("\tTableVersion=%04hx\n", wddt->TableVersion);
4030 printf("\tPciVendorID=%04hx\n", wddt->PciVendorId);
4032 acpi_print_gas(&wddt->Address);
4033 printf("\n\tTimer Maximum Counter Value=%d\n", wddt->MaxCount);
4034 printf("\tTimer Minimum Counter Value=%d\n", wddt->MinCount);
4035 printf("\tTimer Counter Period=%d\n", wddt->Period);
4040 PRINTFLAG(wddt->Status, AVAILABLE)
    [all...]
acpi.c 4022 ACPI_TABLE_WDDT *wddt; local in function:acpi_handle_wddt
4026 wddt = (ACPI_TABLE_WDDT *)sdp;
4028 printf("\tSpecVersion=%04hx\n", wddt->SpecVersion);
4029 printf("\tTableVersion=%04hx\n", wddt->TableVersion);
4030 printf("\tPciVendorID=%04hx\n", wddt->PciVendorId);
4032 acpi_print_gas(&wddt->Address);
4033 printf("\n\tTimer Maximum Counter Value=%d\n", wddt->MaxCount);
4034 printf("\tTimer Minimum Counter Value=%d\n", wddt->MinCount);
4035 printf("\tTimer Counter Period=%d\n", wddt->Period);
4040 PRINTFLAG(wddt->Status, AVAILABLE)
    [all...]

Completed in 26 milliseconds