DP_LANE_CR_DONE
if ((lane_status & DP_LANE_CR_DONE) == 0)
dpcd->data[DP_LANE0_1_STATUS] |= DP_LANE_CR_DONE |
DP_LANE_CR_DONE << 4;
dpcd->data[DP_LANE2_3_STATUS] |= DP_LANE_CR_DONE |
DP_LANE_CR_DONE << 4;
#define DP_CHANNEL_EQ_BITS (DP_LANE_CR_DONE | \