Home
last modified time | relevance | path

Searched refs:USECS_PER_JIFFY_FRAC (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/mips64/kernel/
Dtime.c42 #define USECS_PER_JIFFY_FRAC ((unsigned long)(u32)((1000000ULL << 32) / HZ)) macro
287 USECS_PER_JIFFY_FRAC, r0); in calibrate_div32_gettimeoffset()
342 "r" (USECS_PER_JIFFY_FRAC) in calibrate_div64_gettimeoffset()
/linux-2.4.37.9/arch/mips/kernel/
Dtime.c42 #define USECS_PER_JIFFY_FRAC ((unsigned long)(u32)((1000000ULL << 32) / HZ)) macro
287 USECS_PER_JIFFY_FRAC, r0); in calibrate_div32_gettimeoffset()
342 "r" (USECS_PER_JIFFY_FRAC) in calibrate_div64_gettimeoffset()
/linux-2.4.37.9/arch/mips/au1000/common/
Dtime.c303 #define USECS_PER_JIFFY_FRAC (0x100000000*1000000/HZ&0xffffffff) macro
338 quotient = div64_32(USECS_PER_JIFFY, USECS_PER_JIFFY_FRAC, r0); in do_fast_cp0_gettimeoffset()