TPG_CTRL_NUM_ACTIVE_LANES
val |= (lane_cnt - 1) << TPG_CTRL_NUM_ACTIVE_LANES;
FIELD_PREP(TPG_CTRL_NUM_ACTIVE_LANES, lane_cnt - 1) |