Searched refs:VTOTAL (Results 1 – 4 of 4) sorted by relevance
151 #define VTOTAL 0x6000C macro
2753 VTOTAL(crtc_vtotal - 1)); in intel_set_transcoder_timings()2769 VTOTAL(crtc_vtotal - 1)); in intel_set_transcoder_timings()2800 VTOTAL(crtc_vtotal - 1)); in intel_set_transcoder_timings_lrr()8295 VACTIVE(480 - 1) | VTOTAL(525 - 1)); in i830_enable_pipe()
961 VACTIVE(vactive - 1) | VTOTAL(vtotal - 1)); in gen11_dsi_set_transcoder_timings()
1090 #define VTOTAL(vtotal) REG_FIELD_PREP(VTOTAL_MASK, (vtotal)) macro