Searched refs:TGL_DP_TP_CTL (Results 1 – 3 of 3) sorted by relevance
3274 dp_tp_ctl_value = intel_de_read(dev_priv, TGL_DP_TP_CTL(pipe)); in intel_dp_autotest_phy_ddi_disable()3284 intel_de_write(dev_priv, TGL_DP_TP_CTL(pipe), dp_tp_ctl_value); in intel_dp_autotest_phy_ddi_disable()3302 dp_tp_ctl_value = intel_de_read(dev_priv, TGL_DP_TP_CTL(pipe)); in intel_dp_autotest_phy_ddi_enable()3310 intel_de_write(dev_priv, TGL_DP_TP_CTL(pipe), dp_tp_ctl_value); in intel_dp_autotest_phy_ddi_enable()
2159 return TGL_DP_TP_CTL(tgl_dp_tp_transcoder(crtc_state)); in dp_tp_ctl_reg()
10214 #define TGL_DP_TP_CTL(tran) _MMIO_TRANS2((tran), _TGL_DP_TP_CTL_A) macro