Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dtime.h42 u64 result_high; member
/arch/powerpc/kernel/
Dtime.c866 for (shift = 0; res.result_high != 0; ++shift) { in time_init()
867 scale = (scale >> 1) | (res.result_high << 63); in time_init()
868 res.result_high >>= 1; in time_init()
1003 dr->result_high = ((u64)w << 32) + x; in div128_by_32()