Lines Matching full:train
601 * zynqmp_dp_adjust_train - Adjust train values
649 u8 train = dp->train_set[i]; in zynqmp_dp_update_vs_emph() local
651 opts.dp.voltage[0] = (train & DP_TRAIN_VOLTAGE_SWING_MASK) in zynqmp_dp_update_vs_emph()
653 opts.dp.pre[0] = (train & DP_TRAIN_PRE_EMPHASIS_MASK) in zynqmp_dp_update_vs_emph()
665 * zynqmp_dp_link_train_cr - Train clock recovery
668 * Return: 0 if clock recovery train is done successfully, or corresponding
731 * zynqmp_dp_link_train_ce - Train channel equalization
734 * Return: 0 if channel equalization train is done successfully, or
781 * zynqmp_dp_train - Train the link
877 * Train the link by downshifting the link rate if training is not successful.
902 dev_err(dp->dev, "failed to train the DP link\n"); in zynqmp_dp_train_loop()