Searched refs:hpet (Results 1 – 21 of 21) sorted by relevance
| /netbsd/src/sys/modules/hpet/ |
| D | hpet.ioconf | 1 # $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?
|
| D | Makefile | 9 KMOD= hpet 10 IOCONF= hpet.ioconf 11 SRCS= hpet.c hpet_acpi.c amdpcib_hpet.c ichlpcib_hpet.c
|
| /netbsd/src/sys/dev/acpi/ |
| D | hpet_acpi.c | 123 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()
|
| D | files.acpi | 190 attach hpet at acpinodebus with hpet_acpi_dev 191 attach hpet at acpihpetbus with hpet_acpi_tab
|
| /netbsd/src/sys/arch/x86/pci/ |
| D | files.pci | 28 attach hpet at amdpcib with amdpcib_hpet 66 attach hpet at hpetichbus with ichlpcib_hpet
|
| /netbsd/src/share/man/man4/man4.x86/ |
| D | Makefile | 4 est.4 fdc.4 fwhrng.4 hpet.4 ichlpcib.4 imcsmb.4 lpt.4 mem.4 odcm.4 \
|
| /netbsd/src/distrib/sets/lists/modules/ |
| D | md.i386 | 119 ./@MODULEDIR@/hpet modules-base-kernel kmod 120 ./@MODULEDIR@/hpet/hpet.kmod modules-base-kernel kmod
|
| D | md.amd64 | 169 ./@MODULEDIR@/hpet modules-base-kernel kmod 170 ./@MODULEDIR@/hpet/hpet.kmod modules-base-kernel kmod
|
| /netbsd/src/sys/dev/ic/ |
| D | hpet.c | 249 MODULE(MODULE_CLASS_DRIVER, hpet, NULL);
|
| /netbsd/src/usr.sbin/acpitools/acpidump/ |
| D | acpi.c | 2052 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/ |
| D | module.md.i386 | 109 ./usr/libdata/debug/@MODULEDIR@/hpet modules-base-kernel kmod,debug 110 ./usr/libdata/debug/@MODULEDIR@/hpet/hpet.kmod.debug modules-base-kernel…
|
| D | module.md.amd64 | 161 ./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/ |
| D | Makefile | 249 SUBDIR+= hpet
|
| /netbsd/src/sys/arch/i386/conf/ |
| D | GENERIC | 342 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?
|
| D | ALL | 387 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/ |
| D | GENERIC | 362 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?
|
| D | XEN3_DOM0 | 360 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?
|
| D | ALL | 401 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/ |
| D | files | 1186 device hpet 1187 file dev/ic/hpet.c hpet needs-flag
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 1729 hpet
|
| /netbsd/src/distrib/sets/lists/man/ |
| D | mi | 2229 ./usr/share/man/cat4/x86/hpet.0 man-sys-catman .cat 5812 ./usr/share/man/man4/x86/hpet.4 man-sys-man .man
|