Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/i386/
H A Dhpet.c217 if (!(hptc & hptcAE)) { in hpet_init()
220 *xmod = (hptc & ~3) | hptcAE; in hpet_init()
433 if (!(hptc & hptcAE)) { in hpet_restore()
436 *hptcp = (hptc & ~3) | hptcAE; in hpet_restore()
H A Dhpet.h120 #define hptcAE 0x80 macro