PLANE_HEIGHT_MASK
fb->height = REG_FIELD_GET(PLANE_HEIGHT_MASK, val) + 1;
#define PLANE_HEIGHT(h) REG_FIELD_PREP(PLANE_HEIGHT_MASK, (h))