up2               269 arch/mips/include/asm/netlogic/xlr/pic.h 	uint32_t up1, up2, low;
up2               273 arch/mips/include/asm/netlogic/xlr/pic.h 	up2 = nlm_read_reg(base, PIC_TIMER_COUNT_1(timer));
up2               275 arch/mips/include/asm/netlogic/xlr/pic.h 	if (up1 != up2) /* wrapped, get the new low */
up2               277 arch/mips/include/asm/netlogic/xlr/pic.h 	return ((uint64_t)up2 << 32) | low;