Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dtime.h199 extern void div128_by_32(u64 dividend_high, u64 dividend_low,
/linux-4.4.14/arch/powerpc/kernel/
Dtime.c1077 void div128_by_32(u64 dividend_high, u64 dividend_low, in div128_by_32() argument
1086 c = dividend_low >> 32; in div128_by_32()
1087 d = dividend_low & 0xffffffff; in div128_by_32()