Searched refs:VTOTAL (Results 1 – 5 of 5) sorted by relevance
671 vtotal_reg = VTOTAL(pipe); in intel_crt_load_detect()
890 I915_WRITE(VTOTAL(dsi_trans), in gen11_dsi_set_transcoder_timings()
5661 I915_READ(VTOTAL(cpu_transcoder))); in ilk_pch_transcoder_set_timings()8640 I915_WRITE(VTOTAL(cpu_transcoder), in intel_set_pipe_timings()8656 I915_WRITE(VTOTAL(pipe), I915_READ(VTOTAL(cpu_transcoder))); in intel_set_pipe_timings()8712 tmp = I915_READ(VTOTAL(cpu_transcoder)); in intel_get_pipe_timings()17725 I915_WRITE(VTOTAL(pipe), (480 - 1) | ((525 - 1) << 16)); in i830_enable_pipe()18717 error->transcoder[i].vtotal = I915_READ(VTOTAL(cpu_transcoder)); in intel_display_capture_error_state()
2113 MMIO_D(VTOTAL(TRANSCODER_A), D_ALL); in init_generic_mmio_info()2123 MMIO_D(VTOTAL(TRANSCODER_B), D_ALL); in init_generic_mmio_info()2133 MMIO_D(VTOTAL(TRANSCODER_C), D_ALL); in init_generic_mmio_info()2143 MMIO_D(VTOTAL(TRANSCODER_EDP), D_ALL); in init_generic_mmio_info()
4308 #define VTOTAL(trans) _MMIO_TRANS2(trans, _VTOTAL_A) macro