Searched refs:result_high (Results 1 – 2 of 2) sorted by relevance
981 dr->result_high = ((u64)w << 32) + x; in time_init() 1019 for (shift = 0; res.result_high != 0; ++shift) { in calibrate_delay() 1020 scale = (scale >> 1) | (res.result_high << 63); in calibrate_delay() 1021 res.result_high >>= 1; in calibrate_delay()
45 u64 result_high; member