Searched refs:hptc (Results 1 – 1 of 1) sorted by relevance
216 uint32_t hptc = *xmod; /* Get HPET config */ in hpet_init() local218 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() local434 if (!(hptc & hptcAE)) { in hpet_restore()437 *hptcp = (hptc & ~3) | hptcAE; in hpet_restore()