OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hpet
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/modules/hpet/
Makefile
9
KMOD=
hpet
10
IOCONF=
hpet
.ioconf
11
SRCS=
hpet
.c hpet_acpi.c amdpcib_hpet.c ichlpcib_hpet.c
/src/share/man/man4/man4.x86/
Makefile
4
est.4 fdc.4 fwhrng.4
hpet
.4 ichlpcib.4 imcsmb.4 lpt.4 mem.4 odcm.4 \
/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;
/src/sys/dev/ic/
hpet.c
1
/* $NetBSD:
hpet
.c,v 1.18 2022/08/20 06:47:28 mlelstv Exp $ */
36
__KERNEL_RCSID(0, "$NetBSD:
hpet
.c,v 1.18 2022/08/20 06:47:28 mlelstv Exp $");
188
* and convert to
HPET
units.
224
* Wait 1000000
HPET
ticks (typically 50..100ms).
227
* in estimated TSC frequency), however the
HPET
timer is
234
* Determine TSC freq by comparing how far the TSC and
HPET
have
249
MODULE(MODULE_CLASS_DRIVER,
hpet
, NULL);
/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
...]
/src/sys/modules/
Makefile
249
SUBDIR+=
hpet
Completed in 16 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025