Searched refs:VTOTAL (Results 1 – 4 of 4) sorted by relevance
151 #define VTOTAL 0x6000C macro
2708 VTOTAL(crtc_vtotal - 1)); in intel_set_transcoder_timings()2724 VTOTAL(crtc_vtotal - 1)); in intel_set_transcoder_timings()2772 VTOTAL(crtc_vtotal - 1)); in intel_set_transcoder_timings_lrr()8168 VACTIVE(480 - 1) | VTOTAL(525 - 1)); in i830_enable_pipe()
966 VACTIVE(vactive - 1) | VTOTAL(vtotal - 1)); in gen11_dsi_set_transcoder_timings()
1138 #define VTOTAL(vtotal) REG_FIELD_PREP(VTOTAL_MASK, (vtotal)) macro