Searched refs:DP_LANE_ASSIGNMENT_MASK (Results 1 – 2 of 2) sorted by relevance
60 return (lane_mask & DP_LANE_ASSIGNMENT_MASK(tc_port)) >> in intel_tc_port_get_lane_mask()
11543 #define DP_LANE_ASSIGNMENT_MASK(tc_port) (0xf << ((tc_port) * 8)) macro