Searched refs:hpet (Results 1 – 4 of 4) sorted by relevance
52 typedef struct hpet { struct70 extern hpet_t hpet;
112 hpet.install_proxy = &hpet_install_proxy; in hpet_establish_hooks()113 hpet.callback = &hpet_callback; in hpet_establish_hooks()114 hpet.use_hpet_timer = &hpet_use_hpet_timer; in hpet_establish_hooks()115 hpet.use_lapic_timer = &hpet_use_lapic_timer; in hpet_establish_hooks()142 hpet.supported = HPET_NO_SUPPORT; in hpet_acpi_init()266 hpet.supported = HPET_TIMER_SUPPORT; in hpet_acpi_init()274 if (hpet.supported == HPET_NO_SUPPORT) in hpet_acpi_fini()276 if (hpet.supported >= HPET_TIMER_SUPPORT) in hpet_acpi_fini()278 if (hpet.supported > HPET_TIMER_SUPPORT) in hpet_acpi_fini()324 hpet.supported = HPET_FULL_SUPPORT; in hpet_init_proxy()[all …]
135 return (hpet.callback(code)); in cstate_timer_callback()160 return (hpet.use_hpet_timer(lapic_expire)); in cstate_use_timer()162 hpet.use_lapic_timer(*lapic_expire); in cstate_use_timer()636 if ((hpet.supported == HPET_FULL_SUPPORT) && in cpu_deep_cstates_supported()637 hpet.install_proxy()) { in cpu_deep_cstates_supported()
228 hpet_t hpet; variable