Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_hpet.h36 #define HPET_CAP_LEG_RT 0x00008000 macro
H A Dacpi_hpet.c547 (sc->caps & HPET_CAP_LEG_RT) ? " legacy route" : ""); in hpet_attach()
608 if ((sc->caps & HPET_CAP_LEG_RT) == 0) in hpet_attach()