Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dhpet.c207 unsigned int *xmod; in hpet_init() local
215 xmod = (uint32_t *)(rcbaArea + 0x3404); /* Point to the HPTC */ in hpet_init()
216 uint32_t hptc = *xmod; /* Get HPET config */ in hpet_init()
217 DBG(" current RCBA.HPTC: %08X\n", *xmod); in hpet_init()
221 *xmod = (hptc & ~3) | hptcAE; in hpet_init()