Searched refs:timerhi (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/mips64/kernel/ |
D | time.c | 83 static unsigned int timerhi, timerlo; variable 285 do_div64_32(r0, timerhi, timerlo, tmp); in calibrate_div32_gettimeoffset() 340 : "r" (timerhi), "m" (timerlo), in calibrate_div64_gettimeoffset() 422 timerhi += count < timerlo; /* Wrap around */ in timer_interrupt() 469 timerhi = timerlo = 0; in timer_interrupt() 479 timerhi = 0; in timer_interrupt()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | time.c | 83 static unsigned int timerhi, timerlo; variable 285 do_div64_32(r0, timerhi, timerlo, tmp); in calibrate_div32_gettimeoffset() 340 : "r" (timerhi), "m" (timerlo), in calibrate_div64_gettimeoffset() 422 timerhi += count < timerlo; /* Wrap around */ in timer_interrupt() 469 timerhi = timerlo = 0; in timer_interrupt() 479 timerhi = 0; in timer_interrupt()
|
/linux-2.4.37.9/arch/mips/au1000/common/ |
D | time.c | 65 static unsigned int timerhi = 0, timerlo = 0; variable 100 timerhi += (count < timerlo); /* Wrap around */ in mips_timer_interrupt() 337 r0 = div64_32(timerhi, timerlo, tmp); in do_fast_cp0_gettimeoffset()
|
/linux-2.4.37.9/arch/mips/galileo-boards/ev96100/ |
D | time.c | 125 static unsigned int timerhi = 0, timerlo = 0; variable 167 : "r" (timerhi), "m" (timerlo), in do_fast_gettimeoffset()
|