Searched refs:HTOTAL (Results 1 – 5 of 5) sorted by relevance
29 #define HTOTAL(x) FIELD_PREP(GENMASK(29, 16), ((x) - 1)) macro159 regmap_write(fg->reg, HTCFG1, HACT(hact) | HTOTAL(htotal)); in dc_fg_cfg_videomode()
148 #define HTOTAL 0x60000 macro
930 HACTIVE(hactive - 1) | HTOTAL(htotal - 1)); in gen11_dsi_set_transcoder_timings()
350 #define HTOTAL(htotal) REG_FIELD_PREP(HTOTAL_MASK, (htotal)) macro
2691 HTOTAL(adjusted_mode->crtc_htotal - 1)); in intel_set_transcoder_timings()8242 HACTIVE(640 - 1) | HTOTAL(800 - 1)); in i830_enable_pipe()
Completed in 39 milliseconds