Home
last modified time | relevance | path

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

/netbsd/src/sys/modules/hpet/
Dhpet.ioconf1 # $NetBSD: hpet.ioconf,v 1.1 2011/06/15 08:19:43 jruoho Exp $
3 ioconf hpet
14 hpet* at acpihpetbus?
15 hpet* at acpinodebus?
16 hpet* at amdpcib?
17 hpet* at ichlpcib?
DMakefile9 KMOD= hpet
10 IOCONF= hpet.ioconf
11 SRCS= hpet.c hpet_acpi.c amdpcib_hpet.c ichlpcib_hpet.c
/netbsd/src/sys/dev/acpi/
Dhpet_acpi.c123 ACPI_TABLE_HPET *hpet; in hpet_acpi_tab_addr() local
126 rv = AcpiGetTable(ACPI_SIG_HPET, 1, (ACPI_TABLE_HEADER **)&hpet); in hpet_acpi_tab_addr()
131 if (hpet->Address.Address == 0) in hpet_acpi_tab_addr()
134 if (hpet->Address.SpaceId != ACPI_ADR_SPACE_SYSTEM_MEMORY) in hpet_acpi_tab_addr()
137 if (hpet->Address.Address == 0xfed0000000000000UL) /* A quirk. */ in hpet_acpi_tab_addr()
138 hpet->Address.Address >>= 32; in hpet_acpi_tab_addr()
140 return hpet->Address.Address; in hpet_acpi_tab_addr()
Dfiles.acpi190 attach hpet at acpinodebus with hpet_acpi_dev
191 attach hpet at acpihpetbus with hpet_acpi_tab
/netbsd/src/sys/arch/x86/pci/
Dfiles.pci28 attach hpet at amdpcib with amdpcib_hpet
66 attach hpet at hpetichbus with ichlpcib_hpet
/netbsd/src/share/man/man4/man4.x86/
DMakefile4 est.4 fdc.4 fwhrng.4 hpet.4 ichlpcib.4 imcsmb.4 lpt.4 mem.4 odcm.4 \
/netbsd/src/distrib/sets/lists/modules/
Dmd.i386119 ./@MODULEDIR@/hpet modules-base-kernel kmod
120 ./@MODULEDIR@/hpet/hpet.kmod modules-base-kernel kmod
Dmd.amd64169 ./@MODULEDIR@/hpet modules-base-kernel kmod
170 ./@MODULEDIR@/hpet/hpet.kmod modules-base-kernel kmod
/netbsd/src/sys/dev/ic/
Dhpet.c249 MODULE(MODULE_CLASS_DRIVER, hpet, NULL);
/netbsd/src/usr.sbin/acpitools/acpidump/
Dacpi.c2052 ACPI_TABLE_HPET *hpet; in acpi_handle_hpet() local
2056 hpet = (ACPI_TABLE_HPET *)sdp; in acpi_handle_hpet()
2057 printf("\tHPET Number=%d\n", hpet->Sequence); in acpi_handle_hpet()
2059 acpi_print_gas(&hpet->Address); in acpi_handle_hpet()
2060 printf("\n\tHW Rev=0x%x\n", hpet->Id & ACPI_HPET_ID_HARDWARE_REV_ID); in acpi_handle_hpet()
2061 printf("\tComparators=%d\n", (hpet->Id & ACPI_HPET_ID_COMPARATORS) >> in acpi_handle_hpet()
2063 printf("\tCounter Size=%d\n", hpet->Id & ACPI_HPET_ID_COUNT_SIZE_CAP ? in acpi_handle_hpet()
2066 if (hpet->Id & ACPI_HPET_ID_LEGACY_CAPABLE) in acpi_handle_hpet()
2070 printf("\tPCI Vendor ID=0x%04x\n", hpet->Id >> 16); in acpi_handle_hpet()
2071 printf("\tMinimal Tick=%d\n", hpet->MinimumTick); in acpi_handle_hpet()
[all …]
/netbsd/src/distrib/sets/lists/debug/
Dmodule.md.i386109 ./usr/libdata/debug/@MODULEDIR@/hpet modules-base-kernel kmod,debug
110 ./usr/libdata/debug/@MODULEDIR@/hpet/hpet.kmod.debug modules-base-kernel…
Dmodule.md.amd64161 ./usr/libdata/debug/@MODULEDIR@/hpet modules-base-kernel kmod,debug
162 ./usr/libdata/debug/@MODULEDIR@/hpet/hpet.kmod.debug modules-base-kernel…
/netbsd/src/sys/modules/
DMakefile249 SUBDIR+= hpet
/netbsd/src/sys/arch/i386/conf/
DGENERIC342 hpet* at acpihpetbus? # High Precision Event Timer (table)
343 hpet* at acpinodebus? # High Precision Event Timer (device)
431 #hpet* at amdpcib?
435 #hpet* at ichlpcib?
438 hpet* at tcpcib?
DALL387 hpet* at acpihpetbus? # High Precision Event Timer (table)
388 hpet* at acpinodebus? # High Precision Event Timer (device)
490 hpet* at amdpcib?
497 hpet* at tcpcib?
/netbsd/src/sys/arch/amd64/conf/
DGENERIC362 hpet* at acpihpetbus? # High Precision Event Timer (table)
363 hpet* at acpinodebus? # High Precision Event Timer (device)
403 hpet* at amdpcib?
410 #hpet* at ichlpcib?
DXEN3_DOM0360 hpet* at acpihpetbus? # High Precision Event Timer (table)
361 hpet* at acpinodebus? # High Precision Event Timer (device)
399 hpet* at amdpcib?
406 #hpet* at ichlpcib?
DALL401 hpet* at acpihpetbus? # High Precision Event Timer (table)
402 hpet* at acpinodebus? # High Precision Event Timer (device)
460 hpet* at amdpcib?
467 hpet* at ichlpcib?
/netbsd/src/sys/conf/
Dfiles1186 device hpet
1187 file dev/ic/hpet.c hpet needs-flag
/netbsd/src/usr.sbin/makemandb/
Dnostem.txt1729 hpet
/netbsd/src/distrib/sets/lists/man/
Dmi2229 ./usr/share/man/cat4/x86/hpet.0 man-sys-catman .cat
5812 ./usr/share/man/man4/x86/hpet.4 man-sys-man .man