Searched refs:VTOTAL (Results 1 – 6 of 6) sorted by relevance
151 #define VTOTAL 0x6000C macro
658 vtotal_reg = VTOTAL(pipe); in intel_crt_load_detect()
848 I915_WRITE(VTOTAL(dsi_trans), in gen11_dsi_set_transcoder_timings()
5122 I915_READ(VTOTAL(cpu_transcoder))); in ironlake_pch_transcoder_set_timings()8162 I915_WRITE(VTOTAL(cpu_transcoder), in intel_set_pipe_timings()8178 I915_WRITE(VTOTAL(pipe), I915_READ(VTOTAL(cpu_transcoder))); in intel_set_pipe_timings()8219 tmp = I915_READ(VTOTAL(cpu_transcoder)); in intel_get_pipe_timings()16318 I915_WRITE(VTOTAL(pipe), (480 - 1) | ((525 - 1) << 16)); in i830_enable_pipe()17283 error->transcoder[i].vtotal = I915_READ(VTOTAL(cpu_transcoder)); in intel_display_capture_error_state()
2090 MMIO_D(VTOTAL(TRANSCODER_A), D_ALL); in init_generic_mmio_info()2100 MMIO_D(VTOTAL(TRANSCODER_B), D_ALL); in init_generic_mmio_info()2110 MMIO_D(VTOTAL(TRANSCODER_C), D_ALL); in init_generic_mmio_info()2120 MMIO_D(VTOTAL(TRANSCODER_EDP), D_ALL); in init_generic_mmio_info()
4187 #define VTOTAL(trans) _MMIO_TRANS2(trans, _VTOTAL_A) macro