Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/i386/
H A Dhpet.c215 uint32_t hptc = *xmod; /* Get HPET config */ in hpet_init() local
217 if (!(hptc & hptcAE)) { in hpet_init()
220 *xmod = (hptc & ~3) | hptcAE; in hpet_init()
226 hpetAreap = hpetAddr | ((hptc & 3) << 12); in hpet_init()
432 uint32_t hptc = *hptcp; in hpet_restore() local
433 if (!(hptc & hptcAE)) { in hpet_restore()
436 *hptcp = (hptc & ~3) | hptcAE; in hpet_restore()