Searched refs:DP_TP_CTL_ENABLE (Results 1 – 4 of 4) sorted by relevance
1428 DP_TP_CTL_ENABLE); in hsw_fdi_link_train()1487 temp &= ~(DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_MASK); in hsw_fdi_link_train()1507 DP_TP_CTL_ENABLE); in hsw_fdi_link_train()3618 val &= ~(DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_MASK); in intel_disable_ddi_buf()4122 if (dp_tp_ctl & DP_TP_CTL_ENABLE) { in intel_ddi_prepare_link_retrain()4130 dp_tp_ctl &= ~(DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_MASK); in intel_ddi_prepare_link_retrain()4139 dp_tp_ctl = DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_PAT1; in intel_ddi_prepare_link_retrain()
5510 dp_tp_ctl_value &= ~DP_TP_CTL_ENABLE; in intel_dp_autotest_phy_ddi_disable()5537 dp_tp_ctl_value |= DP_TP_CTL_ENABLE; in intel_dp_autotest_phy_ddi_enable()
577 (tx_ctl & DP_TP_CTL_ENABLE) && in fdi_auto_training_started()
9959 #define DP_TP_CTL_ENABLE (1 << 31) macro