Searched refs:HTOTAL (Results 1 – 4 of 4) sorted by relevance
148 #define HTOTAL 0x60000 macro
2998 I915_WRITE(TRANS_HTOTAL(pipe), I915_READ(HTOTAL(pipe))); in ironlake_pch_enable()5458 I915_WRITE(HTOTAL(pipe), in i9xx_crtc_mode_set()6053 I915_WRITE(HTOTAL(pipe), in ironlake_crtc_mode_set()6971 int htot = I915_READ(HTOTAL(pipe)); in intel_crtc_mode_get()9471 error->pipe[i].htotal = I915_READ(HTOTAL(i)); in intel_display_capture_error_state()
237 htotal = 1 + ((I915_READ(HTOTAL(pipe)) >> 16) & 0x1fff); in i915_get_crtc_scanoutpos()
1433 #define HTOTAL(pipe) _PIPE(pipe, _HTOTAL_A, _HTOTAL_B) macro