HACTIVE
#define HACTIVE GENMASK(31, 16)
#define HACTIVE(hdisplay) REG_FIELD_PREP(HACTIVE_MASK, (hdisplay))