/src/sys/dev/acpi/ |
hpet_acpi.c | 123 ACPI_TABLE_HPET *hpet; local in function:hpet_acpi_tab_addr 126 rv = AcpiGetTable(ACPI_SIG_HPET, 1, (ACPI_TABLE_HEADER **)&hpet); 131 if (hpet->Address.Address == 0) 134 if (hpet->Address.SpaceId != ACPI_ADR_SPACE_SYSTEM_MEMORY) 137 if (hpet->Address.Address == 0xfed0000000000000UL) /* A quirk. */ 138 hpet->Address.Address >>= 32; 140 return hpet->Address.Address;
|
hpet_acpi.c | 123 ACPI_TABLE_HPET *hpet; local in function:hpet_acpi_tab_addr 126 rv = AcpiGetTable(ACPI_SIG_HPET, 1, (ACPI_TABLE_HEADER **)&hpet); 131 if (hpet->Address.Address == 0) 134 if (hpet->Address.SpaceId != ACPI_ADR_SPACE_SYSTEM_MEMORY) 137 if (hpet->Address.Address == 0xfed0000000000000UL) /* A quirk. */ 138 hpet->Address.Address >>= 32; 140 return hpet->Address.Address;
|
/src/usr.sbin/acpitools/acpidump/ |
acpi.c | 2052 ACPI_TABLE_HPET *hpet; local in function:acpi_handle_hpet 2056 hpet = (ACPI_TABLE_HPET *)sdp; 2057 printf("\tHPET Number=%d\n", hpet->Sequence); 2059 acpi_print_gas(&hpet->Address); 2060 printf("\n\tHW Rev=0x%x\n", hpet->Id & ACPI_HPET_ID_HARDWARE_REV_ID); 2061 printf("\tComparators=%d\n", (hpet->Id & ACPI_HPET_ID_COMPARATORS) >> 2063 printf("\tCounter Size=%d\n", hpet->Id & ACPI_HPET_ID_COUNT_SIZE_CAP ? 2066 if (hpet->Id & ACPI_HPET_ID_LEGACY_CAPABLE) 2070 printf("\tPCI Vendor ID=0x%04x\n", hpet->Id >> 16); 2071 printf("\tMinimal Tick=%d\n", hpet->MinimumTick) [all...] |
acpi.c | 2052 ACPI_TABLE_HPET *hpet; local in function:acpi_handle_hpet 2056 hpet = (ACPI_TABLE_HPET *)sdp; 2057 printf("\tHPET Number=%d\n", hpet->Sequence); 2059 acpi_print_gas(&hpet->Address); 2060 printf("\n\tHW Rev=0x%x\n", hpet->Id & ACPI_HPET_ID_HARDWARE_REV_ID); 2061 printf("\tComparators=%d\n", (hpet->Id & ACPI_HPET_ID_COMPARATORS) >> 2063 printf("\tCounter Size=%d\n", hpet->Id & ACPI_HPET_ID_COUNT_SIZE_CAP ? 2066 if (hpet->Id & ACPI_HPET_ID_LEGACY_CAPABLE) 2070 printf("\tPCI Vendor ID=0x%04x\n", hpet->Id >> 16); 2071 printf("\tMinimal Tick=%d\n", hpet->MinimumTick) [all...] |