Searched refs:high1 (Results 1 – 3 of 3) sorted by relevance
39 uint32_t high1; in nv04_timer_read() local41 high1 = high2; in nv04_timer_read()44 } while (high1 != high2); in nv04_timer_read()
586 uint32_t high1 = 0, high2 = 0, low = 0, count = 0; in psb_get_vblank_counter() local623 high1 = ((REG_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >> in psb_get_vblank_counter()629 } while (high1 != high2); in psb_get_vblank_counter()631 count = (high1 << 8) | low; in psb_get_vblank_counter()
160 u32 high1, high2, low; in i915_get_vblank_counter() local177 high1 = I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK; in i915_get_vblank_counter()180 } while (high1 != high2); in i915_get_vblank_counter()182 high1 >>= PIPE_FRAME_HIGH_SHIFT; in i915_get_vblank_counter()184 return (high1 << 8) | low; in i915_get_vblank_counter()