Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/
H A Dacpi_hpet.c84 static struct cputimer acpi_hpet_timer = { variable
137 last_counter = acpi_hpet_timer.base; in acpi_hpet_early_get_timecount()
232 acpi_hpet_timer.freq = freq; in acpi_hpet_early_init()
239 cputimer_register(&acpi_hpet_timer); in acpi_hpet_early_init()
240 cputimer_select(&acpi_hpet_timer, 0); in acpi_hpet_early_init()
497 acpi_hpet_timer.freq = freq; in acpi_hpet_attach()
500 cputimer_register(&acpi_hpet_timer); in acpi_hpet_attach()
501 cputimer_select(&acpi_hpet_timer, 0); in acpi_hpet_attach()
524 last_counter = acpi_hpet_timer.base; in acpi_hpet_get_timecount()
580 if (sys_cputimer != &acpi_hpet_timer) { in acpi_hpet_suspend()
[all …]