Lines Matching full:train
690 * zynqmp_dp_adjust_train - Adjust train values
739 u8 train = train_set[i]; in zynqmp_dp_update_vs_emph() local
741 opts.dp.voltage[0] = (train & DP_TRAIN_VOLTAGE_SWING_MASK) in zynqmp_dp_update_vs_emph()
743 opts.dp.pre[0] = (train & DP_TRAIN_PRE_EMPHASIS_MASK) in zynqmp_dp_update_vs_emph()
755 * zynqmp_dp_link_train_cr - Train clock recovery
758 * Return: 0 if clock recovery train is done successfully, or corresponding
821 * zynqmp_dp_link_train_ce - Train channel equalization
824 * Return: 0 if channel equalization train is done successfully, or
940 * zynqmp_dp_train - Train the link
984 * Train the link by downshifting the link rate if training is not successful.
1009 dev_err(dp->dev, "failed to train the DP link\n"); in zynqmp_dp_train_loop()