Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dacpi.c538 ACPI_TABLE_HPET hpet; in build_hpet() local
550 memset(&hpet, 0, sizeof(hpet)); in build_hpet()
552 hpet.Id = htole32(hpet_capabilities); in build_hpet()
553 basl_fill_gas(&hpet.Address, ACPI_ADR_SPACE_SYSTEM_MEMORY, 0, 0, in build_hpet()
555 hpet.Flags = ACPI_HPET_PAGE_PROTECT4; in build_hpet()
556 BASL_EXEC(basl_table_append_content(table, &hpet, sizeof(hpet))); in build_hpet()
/freebsd/sys/dev/acpica/
H A Dacpi_hpet.c68 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);
/freebsd/sys/contrib/device-tree/Bindings/x86/
H A Dtimer.txt6 compatible = "intel,ce4100-hpet";
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c879 ACPI_TABLE_HPET *hpet; in acpi_handle_hpet() local
883 hpet = (ACPI_TABLE_HPET *)sdp; in acpi_handle_hpet()
884 printf("\tHPET Number=%d\n", hpet->Sequence); in acpi_handle_hpet()
886 acpi_print_gas(&hpet->Address); in acpi_handle_hpet()
887 printf("\n\tHW Rev=0x%x\n", hpet->Id & ACPI_HPET_ID_HARDWARE_REV_ID); in acpi_handle_hpet()
888 printf("\tComparators=%d\n", (hpet->Id & ACPI_HPET_ID_COMPARATORS) >> in acpi_handle_hpet()
890 printf("\tCounter Size=%d\n", hpet->Id & ACPI_HPET_ID_COUNT_SIZE_CAP ? in acpi_handle_hpet()
893 if (hpet->Id & ACPI_HPET_ID_LEGACY_CAPABLE) in acpi_handle_hpet()
897 printf("\tPCI Vendor ID=0x%04x\n", hpet->Id >> 16); in acpi_handle_hpet()
898 printf("\tMinimal Tick=%d\n", hpet->MinimumTick); in acpi_handle_hpet()
[all …]
/freebsd/sys/x86/iommu/
H A Damd_drv.c997 amdiommu_find_unit_for_hpet(device_t hpet, struct amdiommu_unit **unitp, in amdiommu_find_unit_for_hpet() argument
1008 hpet_no = hpet_get_uid(hpet); in amdiommu_find_unit_for_hpet()
1031 iommu_device_set_iommu_prop(hpet, unit->iommu.dev); in amdiommu_find_unit_for_hpet()
H A Damd_iommu.h189 int amdiommu_find_unit_for_hpet(device_t hpet, struct amdiommu_unit **unitp,
/freebsd/share/man/man4/
H A DMakefile200 hpet.4 \
711 MLINKS+=hpet.4 acpi_hpet.4
/freebsd/sys/contrib/device-tree/src/x86/
H A Dfalconfalls.dts40 compatible = "intel,ce4100-hpet";