Searched refs:do_div64_32 (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/include/asm-mips/ |
D | div64.h | 17 #define do_div64_32(res, high, low, base) ({ \ macro 72 __mod = do_div64_32(__low, __upper, __low, __base); \
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | time.c | 285 do_div64_32(r0, timerhi, timerlo, tmp); in calibrate_div32_gettimeoffset() 286 do_div64_32(quotient, USECS_PER_JIFFY, in calibrate_div32_gettimeoffset() 682 do_div64_32(sll32_usecs_per_cycle, in time_init()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | time.c | 285 do_div64_32(r0, timerhi, timerlo, tmp); in calibrate_div32_gettimeoffset() 286 do_div64_32(quotient, USECS_PER_JIFFY, in calibrate_div32_gettimeoffset() 682 do_div64_32(sll32_usecs_per_cycle, in time_init()
|
/linux-2.4.37.9/include/asm-mips64/ |
D | div64.h | 12 #define do_div64_32(res, high, low, base) ({ \ macro
|
/linux-2.4.37.9/arch/mips/au1000/common/ |
D | time.c | 310 do_div64_32(r0, v1, v2, v3); in div64_32()
|