Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dhpet.c218 if (!(hptc & hptcAE)) { in hpet_init()
221 *xmod = (hptc & ~3) | hptcAE; in hpet_init()
434 if (!(hptc & hptcAE)) { in hpet_restore()
437 *hptcp = (hptc & ~3) | hptcAE; in hpet_restore()
H A Dhpet.h120 #define hptcAE 0x80 macro