Searched refs:TGL_DP_TP_CTL (Results 1 – 3 of 3) sorted by relevance
3692 dp_tp_ctl_value = intel_de_read(dev_priv, TGL_DP_TP_CTL(pipe)); in intel_dp_autotest_phy_ddi_disable()3702 intel_de_write(dev_priv, TGL_DP_TP_CTL(pipe), dp_tp_ctl_value); in intel_dp_autotest_phy_ddi_disable()3720 dp_tp_ctl_value = intel_de_read(dev_priv, TGL_DP_TP_CTL(pipe)); in intel_dp_autotest_phy_ddi_enable()3728 intel_de_write(dev_priv, TGL_DP_TP_CTL(pipe), dp_tp_ctl_value); in intel_dp_autotest_phy_ddi_enable()
2105 return TGL_DP_TP_CTL(tgl_dp_tp_transcoder(crtc_state)); in dp_tp_ctl_reg()
6896 #define TGL_DP_TP_CTL(tran) _MMIO_TRANS2((tran), _TGL_DP_TP_CTL_A) macro