Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dtime.h97 extern void div128_by_32(u64 dividend_high, u64 dividend_low,
/openbmc/linux/arch/powerpc/kernel/
H A Dtime.c956 void div128_by_32(u64 dividend_high, u64 dividend_low, in div128_by_32() argument
963 a = dividend_high >> 32; in div128_by_32()
964 b = dividend_high & 0xffffffff; in div128_by_32()