Searched refs:div_s64_rem (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/lib/ |
D | div64.c | 63 #ifndef div_s64_rem 64 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() function 80 EXPORT_SYMBOL(div_s64_rem);
|
/external/u-boot/include/linux/ |
D | math64.h | 28 static inline s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() function 72 #ifndef div_s64_rem 73 extern s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder); 112 return div_s64_rem(dividend, divisor, &remainder); in div_s64()
|
/external/u-boot/drivers/thermal/ |
D | imx_thermal.c | 92 temp64 = div_s64_rem(temp64, FACTOR1 * n1 - FACTOR2, &rem); in read_cpu_temperature() 127 temperature = div_s64_rem(c2 - n_meas * c1 + OFFSET, 1000000, &rem); in read_cpu_temperature()
|