Searched refs:TGL_DP_TP_CTL (Results 1 – 3 of 3) sorted by relevance
3293 intel_dp->regs.dp_tp_ctl = TGL_DP_TP_CTL(transcoder); in tgl_ddi_pre_enable_dp()4383 dp_tp_ctl = TGL_DP_TP_CTL(pipe_config->cpu_transcoder); in intel_ddi_get_config()4422 intel_dp->regs.dp_tp_ctl = TGL_DP_TP_CTL(transcoder); in intel_ddi_get_config()
5505 dp_tp_ctl_value = intel_de_read(dev_priv, TGL_DP_TP_CTL(pipe)); in intel_dp_autotest_phy_ddi_disable()5515 intel_de_write(dev_priv, TGL_DP_TP_CTL(pipe), dp_tp_ctl_value); in intel_dp_autotest_phy_ddi_disable()5532 dp_tp_ctl_value = intel_de_read(dev_priv, TGL_DP_TP_CTL(pipe)); in intel_dp_autotest_phy_ddi_enable()5540 intel_de_write(dev_priv, TGL_DP_TP_CTL(pipe), dp_tp_ctl_value); in intel_dp_autotest_phy_ddi_enable()
9958 #define TGL_DP_TP_CTL(tran) _MMIO_TRANS2((tran), _TGL_DP_TP_CTL_A) macro