Home
last modified time | relevance | path

Searched refs:VTOTAL (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/arm/allwinner/
HDa10_fb.c148 #define VTOTAL(vt) ((vt) * 2) macro
407 vtotal = VTOTAL(mode->vtotal); in a10fb_setup_tcon()
411 clk = mode->htotal * (VTOTAL(mode->vtotal) + 1) * framerate; in a10fb_setup_tcon()
/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_crt.c482 vtotal_reg = VTOTAL(pipe); in intel_crt_load_detect()
HDintel_display.c3149 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()
HDi915_reg.h1582 #define VTOTAL(trans) _TRANSCODER(trans, _VTOTAL_A, _VTOTAL_B) macro
HDi915_irq.c201 vtotal = 1 + ((I915_READ(VTOTAL(cpu_transcoder)) >> 16) & 0x1fff); in i915_get_crtc_scanoutpos()