Searched refs:TGL_DP_TP_CTL (Results 1 – 3 of 3) sorted by relevance
3315 intel_dp->regs.dp_tp_ctl = TGL_DP_TP_CTL(transcoder); in tgl_ddi_pre_enable_dp()4393 dp_tp_ctl = TGL_DP_TP_CTL(pipe_config->cpu_transcoder); in intel_ddi_get_config()4432 intel_dp->regs.dp_tp_ctl = TGL_DP_TP_CTL(transcoder); in intel_ddi_get_config()
5519 dp_tp_ctl_value = intel_de_read(dev_priv, TGL_DP_TP_CTL(pipe)); in intel_dp_autotest_phy_ddi_disable()5529 intel_de_write(dev_priv, TGL_DP_TP_CTL(pipe), dp_tp_ctl_value); in intel_dp_autotest_phy_ddi_disable()5546 dp_tp_ctl_value = intel_de_read(dev_priv, TGL_DP_TP_CTL(pipe)); in intel_dp_autotest_phy_ddi_enable()5554 intel_de_write(dev_priv, TGL_DP_TP_CTL(pipe), dp_tp_ctl_value); in intel_dp_autotest_phy_ddi_enable()
9970 #define TGL_DP_TP_CTL(tran) _MMIO_TRANS2((tran), _TGL_DP_TP_CTL_A) macro