Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/sys/
H A Dhpet.h50 #define HPET_FULL_SUPPORT (3) /* supports counter and timer intr */ macro
/titanic_41/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c324 hpet.supported = HPET_FULL_SUPPORT; in hpet_init_proxy()
337 if (hpet.supported != HPET_FULL_SUPPORT) in hpet_install_proxy()
/titanic_41/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c636 if ((hpet.supported == HPET_FULL_SUPPORT) && in cpu_deep_cstates_supported()