Searched refs:VTOTAL (Results 1 – 5 of 5) sorted by relevance
38 #define VTOTAL(x) FIELD_PREP(GENMASK(29, 16), ((x) - 1)) macro161 regmap_write(fg->reg, VTCFG1, VACT(vact) | VTOTAL(vtotal)); in dc_fg_cfg_videomode()
151 #define VTOTAL 0x6000C macro
2710 VTOTAL(crtc_vtotal - 1)); in intel_set_transcoder_timings()2726 VTOTAL(crtc_vtotal - 1)); in intel_set_transcoder_timings()2796 VTOTAL(crtc_vtotal - 1)); in intel_set_transcoder_timings_lrr()8248 VACTIVE(480 - 1) | VTOTAL(525 - 1)); in i830_enable_pipe()
968 VACTIVE(vactive - 1) | VTOTAL(vtotal - 1)); in gen11_dsi_set_transcoder_timings()
374 #define VTOTAL(vtotal) REG_FIELD_PREP(VTOTAL_MASK, (vtotal)) macro
Completed in 40 milliseconds