Searched refs:high1 (Results 1 – 2 of 2) sorted by relevance
198 u32 high1, high2, low, count; in i915_get_vblank_counter() local214 high1 = ((I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >> in i915_get_vblank_counter()220 } while (high1 != high2); in i915_get_vblank_counter()222 count = (high1 << 8) | low; in i915_get_vblank_counter()
527 uint32_t high1, high2, low; in hpet_read_main_counter_value() local546 high1 = high2; in hpet_read_main_counter_value()549 } while (high2 != high1); in hpet_read_main_counter_value()551 value = ((uint64_t)high1 << 32) | low; in hpet_read_main_counter_value()