Home
last modified time | relevance | path

Searched refs:dividend_high (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/powerpc/include/asm/
Dtime.h188 extern void div128_by_32(u64 dividend_high, u64 dividend_low,
/linux-3.4.99/arch/powerpc/kernel/
Dtime.c979 void div128_by_32(u64 dividend_high, u64 dividend_low, in div128_by_32() argument
986 a = dividend_high >> 32; in div128_by_32()
987 b = dividend_high & 0xffffffff; in div128_by_32()