Searched refs:DP_TP_CTL_ENABLE (Results 1 – 5 of 5) sorted by relevance
815 DP_TP_CTL_ENABLE); in hsw_fdi_link_train()874 temp &= ~(DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_MASK); in hsw_fdi_link_train()894 DP_TP_CTL_ENABLE); in hsw_fdi_link_train()
2579 val &= ~(DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_MASK); in intel_disable_ddi_buf()3103 if (dp_tp_ctl & DP_TP_CTL_ENABLE) { in intel_ddi_prepare_link_retrain()3111 dp_tp_ctl &= ~(DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_MASK); in intel_ddi_prepare_link_retrain()3120 dp_tp_ctl = DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_PAT1; in intel_ddi_prepare_link_retrain()
3697 dp_tp_ctl_value &= ~DP_TP_CTL_ENABLE; in intel_dp_autotest_phy_ddi_disable()3725 dp_tp_ctl_value |= DP_TP_CTL_ENABLE; in intel_dp_autotest_phy_ddi_enable()
822 (tx_ctl & DP_TP_CTL_ENABLE) && in fdi_auto_training_started()
6897 #define DP_TP_CTL_ENABLE (1 << 31) macro