Searched refs:decoded_link_width (Results 1 – 2 of 2) sorted by relevance
56 extern const int decoded_link_width[8];59 #define DECODE_LANE_WIDTH(lane_width_idx) (decoded_link_width[lane_width_idx])
52 const int decoded_link_width[8] = {0, 1, 2, 4, 8, 12, 16, 32}; variable