Searched refs:DDI_PORT_WIDTH (Results 1 – 2 of 2) sorted by relevance
734 intel_dp->DP |= DDI_PORT_WIDTH(intel_dp->lane_count); in intel_ddi_init_dp_buf_reg()1933 temp |= DDI_PORT_WIDTH(intel_crtc->config->lane_count); in intel_ddi_enable_transcoder_func()1942 temp |= DDI_PORT_WIDTH(intel_crtc->config->lane_count); in intel_ddi_enable_transcoder_func()
7256 #define DDI_PORT_WIDTH(width) (((width) - 1) << 1) macro