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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/kernel/
H A Dtime.c135 unsigned long long mul2_out_low, mul2_out_high; local
153 "=r" (mul2_out_low) :
160 result = (unsigned long) (((mul2_out_high << 32) + mul2_out_low) >> CTC_JIFFY_SCALE_SHIFT);

Completed in 92 milliseconds