Searched refs:DP_PORT_EN (Results 1 – 4 of 4) sorted by relevance
170 bool cur_state = intel_de_read(dev_priv, intel_dp->output_reg) & DP_PORT_EN; in assert_dp_port()281 ret = val & DP_PORT_EN; in g4x_dp_port_enabled()419 DP_PORT_EN) == 0)) in intel_dp_link_down()435 intel_dp->DP &= ~(DP_PORT_EN | DP_AUDIO_OUTPUT_ENABLE); in intel_dp_link_down()454 intel_dp->DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A) | in intel_dp_link_down()459 intel_dp->DP &= ~DP_PORT_EN; in intel_dp_link_down()633 intel_dp->DP |= DP_PORT_EN; in intel_dp_enable_port()651 if (drm_WARN_ON(&dev_priv->drm, dp_reg & DP_PORT_EN)) in intel_enable_dp()
98 intel_de_read(dev_priv, intel_dp->output_reg) & DP_PORT_EN, in vlv_power_sequencer_kick()149 intel_de_write(dev_priv, intel_dp->output_reg, DP | DP_PORT_EN); in vlv_power_sequencer_kick()152 intel_de_write(dev_priv, intel_dp->output_reg, DP & ~DP_PORT_EN); in vlv_power_sequencer_kick()
137 if (val & DP_PORT_EN || in ibx_sanitize_pch_dp_port()
2399 #define DP_PORT_EN (1 << 31) macro