Home
last modified time | relevance | path

Searched refs:trans_ddi_func_ctl_value (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_dp.c5514 u32 trans_ddi_func_ctl_value, trans_conf_value, dp_tp_ctl_value; in intel_dp_autotest_phy_ddi_disable() local
5516 trans_ddi_func_ctl_value = intel_de_read(dev_priv, in intel_dp_autotest_phy_ddi_disable()
5521 trans_ddi_func_ctl_value &= ~(TRANS_DDI_FUNC_ENABLE | in intel_dp_autotest_phy_ddi_disable()
5528 trans_ddi_func_ctl_value); in intel_dp_autotest_phy_ddi_disable()
5541 u32 trans_ddi_func_ctl_value, trans_conf_value, dp_tp_ctl_value; in intel_dp_autotest_phy_ddi_enable() local
5543 trans_ddi_func_ctl_value = intel_de_read(dev_priv, in intel_dp_autotest_phy_ddi_enable()
5548 trans_ddi_func_ctl_value |= TRANS_DDI_FUNC_ENABLE | in intel_dp_autotest_phy_ddi_enable()
5556 trans_ddi_func_ctl_value); in intel_dp_autotest_phy_ddi_enable()