Searched refs:HACTIVE (Results 1 – 3 of 3) sorted by relevance
919 HACTIVE(hactive - 1) | HTOTAL(htotal - 1)); in gen11_dsi_set_transcoder_timings()
2543 HACTIVE(adjusted_mode->crtc_hdisplay - 1) | in intel_set_transcoder_timings()7923 HACTIVE(640 - 1) | HTOTAL(800 - 1)); in i830_enable_pipe()
1932 #define HACTIVE(hdisplay) REG_FIELD_PREP(HACTIVE_MASK, (hdisplay)) macro