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