Searched refs:DP_PORT_EN (Results 1 – 3 of 3) sorted by relevance
174 bool cur_state = intel_de_read(display, intel_dp->output_reg) & DP_PORT_EN; in assert_dp_port()284 ret = val & DP_PORT_EN; in g4x_dp_port_enabled()421 DP_PORT_EN) == 0)) in intel_dp_link_down()426 intel_dp->DP &= ~DP_PORT_EN; in intel_dp_link_down()445 intel_dp->DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A) | in intel_dp_link_down()450 intel_dp->DP &= ~DP_PORT_EN; in intel_dp_link_down()672 intel_dp->DP |= DP_PORT_EN; in intel_dp_enable_port()687 if (drm_WARN_ON(display->drm, dp_reg & DP_PORT_EN)) in intel_enable_dp()
1085 REG_WRITE(intel_dp->output_reg, (intel_dp->DP | DP_PORT_EN)); in cdv_intel_dp_mode_set()1189 if (!(dp_reg & DP_PORT_EN)) { in cdv_intel_dp_dpms()1475 DP |= DP_PORT_EN; in cdv_intel_dp_start_link_train()1646 if ((REG_READ(intel_dp->output_reg) & DP_PORT_EN) == 0) in cdv_intel_dp_link_down()1660 REG_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN); in cdv_intel_dp_link_down()
1333 #define DP_PORT_EN (1 << 31) macro