Searched refs:hpet (Results 1 – 8 of 8) sorted by relevance
| /src/usr.sbin/bhyve/ |
| H A D | acpi.c | 584 ACPI_TABLE_HPET hpet; in build_hpet() local 596 memset(&hpet, 0, sizeof(hpet)); in build_hpet() 598 hpet.Id = htole32(hpet_capabilities); in build_hpet() 599 basl_fill_gas(&hpet.Address, ACPI_ADR_SPACE_SYSTEM_MEMORY, 0, 0, in build_hpet() 601 hpet.Flags = ACPI_HPET_PAGE_PROTECT4; in build_hpet() 602 BASL_EXEC(basl_table_append_content(table, &hpet, sizeof(hpet))); in build_hpet()
|
| /src/sys/dev/acpica/ |
| H A D | acpi_hpet.c | 68 ACPI_SERIAL_DECL(hpet, "ACPI HPET support"); 415 ACPI_TABLE_HPET *hpet; in hpet_identify() local 425 status = AcpiGetTable(ACPI_SIG_HPET, i, (ACPI_TABLE_HEADER **)&hpet); in hpet_identify() 431 100, hpet_find, NULL, (void *)(uintptr_t)hpet->Sequence, in hpet_identify() 438 hpet->Address.Address, HPET_MEM_WIDTH); in hpet_identify() 447 bus_set_resource(child, SYS_RES_MEMORY, 0, hpet->Address.Address, in hpet_identify() 1009 DRIVER_MODULE(hpet, acpi, hpet_driver, 0, 0); 1010 MODULE_DEPEND(hpet, acpi, 1, 1, 1);
|
| /src/sys/contrib/device-tree/Bindings/x86/ |
| H A D | timer.txt | 6 compatible = "intel,ce4100-hpet";
|
| /src/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 1059 ACPI_TABLE_HPET *hpet; in acpi_handle_hpet() local 1063 hpet = (ACPI_TABLE_HPET *)sdp; in acpi_handle_hpet() 1064 printf("\tHPET Number=%d\n", hpet->Sequence); in acpi_handle_hpet() 1066 acpi_print_gas(&hpet->Address); in acpi_handle_hpet() 1067 printf("\n\tHW Rev=0x%x\n", hpet->Id & ACPI_HPET_ID_HARDWARE_REV_ID); in acpi_handle_hpet() 1068 printf("\tComparators=%d\n", (hpet->Id & ACPI_HPET_ID_COMPARATORS) >> in acpi_handle_hpet() 1070 printf("\tCounter Size=%d\n", hpet->Id & ACPI_HPET_ID_COUNT_SIZE_CAP ? in acpi_handle_hpet() 1073 if (hpet->Id & ACPI_HPET_ID_LEGACY_CAPABLE) in acpi_handle_hpet() 1077 printf("\tPCI Vendor ID=0x%04x\n", hpet->Id >> 16); in acpi_handle_hpet() 1078 printf("\tMinimal Tick=%d\n", hpet->MinimumTick); in acpi_handle_hpet() [all …]
|
| /src/sys/x86/iommu/ |
| H A D | amd_iommu.h | 189 int amdiommu_find_unit_for_hpet(device_t hpet, struct amdiommu_unit **unitp,
|
| H A D | amd_drv.c | 1005 amdiommu_find_unit_for_hpet(device_t hpet, struct amdiommu_unit **unitp, in amdiommu_find_unit_for_hpet() argument 1016 hpet_no = hpet_get_uid(hpet); in amdiommu_find_unit_for_hpet() 1039 iommu_device_set_iommu_prop(hpet, unit->iommu.dev); in amdiommu_find_unit_for_hpet()
|
| /src/share/man/man4/ |
| H A D | Makefile | 213 hpet.4 \ 735 MLINKS+=hpet.4 acpi_hpet.4
|
| /src/sys/contrib/device-tree/src/x86/ |
| H A D | falconfalls.dts | 40 compatible = "intel,ce4100-hpet";
|