Searched refs:DDI_PORT_WIDTH (Results 1 – 2 of 2) sorted by relevance
469 intel_dp->DP |= DDI_PORT_WIDTH(intel_dp->lane_count); in intel_ddi_init_dp_buf_reg()1366 temp |= DDI_PORT_WIDTH(intel_dp->lane_count); in intel_ddi_enable_transcoder_func()1375 temp |= DDI_PORT_WIDTH(intel_dp->lane_count); in intel_ddi_enable_transcoder_func()
6584 #define DDI_PORT_WIDTH(width) (((width) - 1) << 1) macro