Lines Matching full:train
607 * zynqmp_dp_adjust_train - Adjust train values
662 u8 train = dp->train_set[i]; in zynqmp_dp_update_vs_emph() local
664 opts.dp.voltage[0] = (train & DP_TRAIN_VOLTAGE_SWING_MASK) in zynqmp_dp_update_vs_emph()
666 opts.dp.pre[0] = (train & DP_TRAIN_PRE_EMPHASIS_MASK) in zynqmp_dp_update_vs_emph()
678 * zynqmp_dp_link_train_cr - Train clock recovery
681 * Return: 0 if clock recovery train is done successfully, or corresponding
744 * zynqmp_dp_link_train_ce - Train channel equalization
747 * Return: 0 if channel equalization train is done successfully, or
794 * zynqmp_dp_link_train - Train the link
890 * Train the link by downshifting the link rate if training is not successful.
915 dev_err(dp->dev, "failed to train the DP link\n"); in zynqmp_dp_train_loop()