Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dhpet.c216 uint32_t hptc = *xmod; /* Get HPET config */ in hpet_init() local
218 if (!(hptc & hptcAE)) { in hpet_init()
221 *xmod = (hptc & ~3) | hptcAE; in hpet_init()
227 hpetAreap = hpetAddr | ((hptc & 3) << 12); in hpet_init()
433 uint32_t hptc = *hptcp; in hpet_restore() local
434 if (!(hptc & hptcAE)) { in hpet_restore()
437 *hptcp = (hptc & ~3) | hptcAE; in hpet_restore()