Searched refs:DP_TP_CTL_ENABLE (Results 1 – 5 of 5) sorted by relevance
609 DP_TP_CTL_ENABLE); in hsw_fdi_link_train()668 temp &= ~(DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_MASK); in hsw_fdi_link_train()688 DP_TP_CTL_ENABLE); in hsw_fdi_link_train()
2753 val &= ~(DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_MASK); in intel_disable_ddi_buf()3318 if (dp_tp_ctl & DP_TP_CTL_ENABLE) { in intel_ddi_prepare_link_retrain()3326 dp_tp_ctl &= ~(DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_MASK); in intel_ddi_prepare_link_retrain()3335 dp_tp_ctl = DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_PAT1; in intel_ddi_prepare_link_retrain()
3279 dp_tp_ctl_value &= ~DP_TP_CTL_ENABLE; in intel_dp_autotest_phy_ddi_disable()3307 dp_tp_ctl_value |= DP_TP_CTL_ENABLE; in intel_dp_autotest_phy_ddi_enable()
826 (tx_ctl & DP_TP_CTL_ENABLE) && in fdi_auto_training_started()
10215 #define DP_TP_CTL_ENABLE (1 << 31) macro