Searched refs:HACTIVE_MASK (Results 1 – 4 of 4) sorted by relevance
221 #define HACTIVE_MASK 0x7ff macro
335 if (var->xres - 1 > HACTIVE_MASK) { in intelfbhw_validate_mode()337 var->xres, HACTIVE_MASK + 1); in intelfbhw_validate_mode()1197 if (check_overflow(hactive, HACTIVE_MASK, "CRTC hactive")) in intelfbhw_mode_to_hw()
1931 #define HACTIVE_MASK REG_GENMASK(15, 0) macro1932 #define HACTIVE(hdisplay) REG_FIELD_PREP(HACTIVE_MASK, (hdisplay))
2613 adjusted_mode->crtc_hdisplay = REG_FIELD_GET(HACTIVE_MASK, tmp) + 1; in intel_get_transcoder_timings()