Searched refs:xmod (Results 1 – 1 of 1) sorted by relevance
207 unsigned int *xmod; in hpet_init() local215 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()