Searched refs:dividend_high (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/powerpc/kernel/
H A Dtime.c978 void div128_by_32(u64 dividend_high, u64 dividend_low, argument
985 a = dividend_high >> 32;
986 b = dividend_high & 0xffffffff;
/linux-master/arch/powerpc/include/asm/
H A Dtime.h97 extern void div128_by_32(u64 dividend_high, u64 dividend_low,

Completed in 152 milliseconds