Home
last modified time | relevance | path

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

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