Searched refs:VTOTAL (Results 1 – 5 of 5) sorted by relevance
148 #define VTOTAL(vt) ((vt) * 2) macro407 vtotal = VTOTAL(mode->vtotal); in a10fb_setup_tcon()411 clk = mode->htotal * (VTOTAL(mode->vtotal) + 1) * framerate; in a10fb_setup_tcon()
482 vtotal_reg = VTOTAL(pipe); in intel_crt_load_detect()
3149 I915_WRITE(TRANS_VTOTAL(pipe), I915_READ(VTOTAL(pipe))); in ironlake_pch_enable()3211 I915_WRITE(_TRANS_VTOTAL_A, I915_READ(VTOTAL(cpu_transcoder))); in lpt_pch_enable()4664 I915_WRITE(VTOTAL(cpu_transcoder), in intel_set_pipe_timings()4680 I915_WRITE(VTOTAL(pipe), I915_READ(VTOTAL(cpu_transcoder))); in intel_set_pipe_timings()6924 int vtot = I915_READ(VTOTAL(cpu_transcoder)); in intel_crtc_mode_get()9523 error->pipe[i].vtotal = I915_READ(VTOTAL(cpu_transcoder)); in intel_display_capture_error_state()
1582 #define VTOTAL(trans) _TRANSCODER(trans, _VTOTAL_A, _VTOTAL_B) macro
201 vtotal = 1 + ((I915_READ(VTOTAL(cpu_transcoder)) >> 16) & 0x1fff); in i915_get_crtc_scanoutpos()