PANEL_POWER_DOWN_DELAY_MASK
cur.t10 = (pp_off & PANEL_POWER_DOWN_DELAY_MASK) >>
pps->delays.power_down = REG_FIELD_GET(PANEL_POWER_DOWN_DELAY_MASK, val);
REG_FIELD_PREP(PANEL_POWER_DOWN_DELAY_MASK, pps->delays.power_down) |
seq->power_down = REG_FIELD_GET(PANEL_POWER_DOWN_DELAY_MASK, pp_off);
REG_FIELD_PREP(PANEL_POWER_DOWN_DELAY_MASK, seq->power_down);