Lines Matching refs:supported
154 if (hpet.supported >= HPET_TIMER_SUPPORT) in hpet_early_init()
158 hpet.supported = HPET_NO_SUPPORT; in hpet_early_init()
320 hpet.supported = HPET_TIMER_SUPPORT; in hpet_early_init()
377 if (hpet.supported == HPET_NO_SUPPORT) in hpet_acpi_fini()
379 if (hpet.supported >= HPET_TIMER_SUPPORT) in hpet_acpi_fini()
381 if (hpet.supported > HPET_TIMER_SUPPORT) in hpet_acpi_fini()
431 hpet.supported = HPET_FULL_SUPPORT; in hpet_init_proxy()
445 if (hpet.supported != HPET_FULL_SUPPORT) in hpet_install_proxy()
555 return ((hpet.supported >= HPET_TIMER_SUPPORT) ? B_TRUE : B_FALSE); in hpet_timer_is_readable()
988 if (hpet.supported != HPET_TIMER_SUPPORT) in hpet_resume()
999 hpet.supported = HPET_NO_SUPPORT; in hpet_resume()