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

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

Completed in 19 milliseconds