Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet.h50 #define HPET_TIMER_SUPPORT (1) /* supports main counter reads */ macro
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c154 if (hpet.supported >= HPET_TIMER_SUPPORT) in hpet_early_init()
320 hpet.supported = HPET_TIMER_SUPPORT; in hpet_early_init()
373 if (hpet.supported >= HPET_TIMER_SUPPORT) in hpet_acpi_fini()
375 if (hpet.supported > HPET_TIMER_SUPPORT) in hpet_acpi_fini()
549 return ((hpet.supported >= HPET_TIMER_SUPPORT) ? B_TRUE : B_FALSE); in hpet_timer_is_readable()
982 if (hpet.supported != HPET_TIMER_SUPPORT) in hpet_resume()