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