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

/linux-master/arch/powerpc/include/asm/
H A Dtime.h97 extern void div128_by_32(u64 dividend_high, u64 dividend_low,
/linux-master/arch/powerpc/kernel/
H A Dtime.c956 void div128_by_32(u64 dividend_high, u64 dividend_low, argument
965 c = dividend_low >> 32;
966 d = dividend_low & 0xffffffff;

Completed in 120 milliseconds