Searched refs:high_frame (Results 1 – 2 of 2) sorted by relevance
443 uint32_t high_frame = PIPEAFRAMEHIGH; in gma_crtc_get_vblank_counter() local453 high_frame = PIPEBFRAMEHIGH; in gma_crtc_get_vblank_counter()458 high_frame = PIPECFRAMEHIGH; in gma_crtc_get_vblank_counter()484 high1 = ((REG_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >> in gma_crtc_get_vblank_counter()488 high2 = ((REG_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >> in gma_crtc_get_vblank_counter()
682 i915_reg_t high_frame, low_frame; in i915_get_vblank_counter() local712 high_frame = PIPEFRAME(pipe); in i915_get_vblank_counter()723 high1 = intel_de_read_fw(dev_priv, high_frame) & PIPE_FRAME_HIGH_MASK; in i915_get_vblank_counter()725 high2 = intel_de_read_fw(dev_priv, high_frame) & PIPE_FRAME_HIGH_MASK; in i915_get_vblank_counter()