Lines Matching full:train
608 * zynqmp_dp_adjust_train - Adjust train values
663 u8 train = dp->train_set[i]; in zynqmp_dp_update_vs_emph() local
665 opts.dp.voltage[0] = (train & DP_TRAIN_VOLTAGE_SWING_MASK) in zynqmp_dp_update_vs_emph()
667 opts.dp.pre[0] = (train & DP_TRAIN_PRE_EMPHASIS_MASK) in zynqmp_dp_update_vs_emph()
679 * zynqmp_dp_link_train_cr - Train clock recovery
682 * Return: 0 if clock recovery train is done successfully, or corresponding
745 * zynqmp_dp_link_train_ce - Train channel equalization
748 * Return: 0 if channel equalization train is done successfully, or
795 * zynqmp_dp_link_train - Train the link
891 * Train the link by downshifting the link rate if training is not successful.
916 dev_err(dp->dev, "failed to train the DP link\n"); in zynqmp_dp_train_loop()