Searched refs:timerhi (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/dec/
H A Dtime.c52 static unsigned int timerhi, timerlo; variable
90 : "r" (timerhi), "m" (timerlo),
101 //printk("count: %08lx, %08lx:%08lx\n", count, timerhi, timerlo);
131 do_div64_32(r0, timerhi, timerlo, tmp);
142 //printk("count: %08x, %08x:%08x\n", count, timerhi, timerlo);
383 timerhi += (count < timerlo); /* Wrap around */
393 timerhi = timerlo = 0;
408 timerhi += (count < timerlo); /* Wrap around */
418 timerhi = timerlo = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip32/
H A Dip32-timer.c37 static unsigned int timerhi, timerlo; variable
86 timerhi += (count < timerlo); /* Wrap around */
101 timerhi = timerlo = 0;
142 :"r" (timerhi),
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev96100/
H A Dtime.c124 static unsigned int timerhi = 0, timerlo = 0; variable
163 :"r" (timerhi),
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dold-time.c45 static unsigned int timerhi, timerlo; variable
84 :"r" (timerhi),
413 timerhi += (count < timerlo); /* Wrap around */
419 * have timerhi/timerlo, we don't care so much if we miss one. So
437 timerhi = timerlo = 0;
H A Dtime.c144 static unsigned int timerhi, timerlo; variable
242 do_div64_32(r0, timerhi, timerlo, tmp);
297 :"r" (timerhi),
361 timerhi += (count < timerlo); /* Wrap around */
414 timerhi = timerlo = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dtime.c144 static unsigned int timerhi, timerlo; variable
242 do_div64_32(r0, timerhi, timerlo, tmp);
297 :"r" (timerhi),
377 timerhi += (count < timerlo); /* Wrap around */
433 timerhi = timerlo = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dtime.c58 static unsigned int timerhi = 0, timerlo = 0; variable
99 timerhi += (count < timerlo); /* Wrap around */
324 r0 = div64_32(timerhi, timerlo, tmp);

Completed in 108 milliseconds