Home
last modified time | relevance | path

Searched refs:do_div64_32 (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-mips/
Ddiv64.h17 #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/
Dtime.c285 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/
Dtime.c285 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/
Ddiv64.h12 #define do_div64_32(res, high, low, base) ({ \ macro
/linux-2.4.37.9/arch/mips/au1000/common/
Dtime.c310 do_div64_32(r0, v1, v2, v3); in div64_32()