HTOTAL_MASK
adjusted_mode->crtc_htotal = REG_FIELD_GET(HTOTAL_MASK, tmp) + 1;
#define HTOTAL(htotal) REG_FIELD_PREP(HTOTAL_MASK, (htotal))