Searched refs:VTOTAL (Results 1 – 3 of 3) sorted by relevance
629 vtotal_reg = VTOTAL(pipe); in intel_crt_load_detect()
4405 I915_READ(VTOTAL(cpu_transcoder))); in ironlake_pch_transcoder_set_timings()6980 I915_WRITE(VTOTAL(cpu_transcoder), in intel_set_pipe_timings()6996 I915_WRITE(VTOTAL(pipe), I915_READ(VTOTAL(cpu_transcoder))); in intel_set_pipe_timings()7032 tmp = I915_READ(VTOTAL(cpu_transcoder)); in intel_get_pipe_timings()14647 I915_WRITE(VTOTAL(pipe), (480 - 1) | ((525 - 1) << 16)); in i830_enable_pipe()15452 error->transcoder[i].vtotal = I915_READ(VTOTAL(cpu_transcoder)); in intel_display_capture_error_state()
3946 #define VTOTAL(trans) _MMIO_TRANS2(trans, _VTOTAL_A) macro