Searched refs:DDI_PORT_WIDTH (Results 1 – 2 of 2) sorted by relevance
1247 intel_dp->DP |= DDI_PORT_WIDTH(intel_dp->lane_count); in intel_ddi_init_dp_buf_reg()1806 temp |= DDI_PORT_WIDTH(crtc_state->lane_count); in intel_ddi_enable_transcoder_func()1809 temp |= DDI_PORT_WIDTH(crtc_state->lane_count); in intel_ddi_enable_transcoder_func()
9069 #define DDI_PORT_WIDTH(width) (((width) - 1) << 1) macro