Searched refs:pmfw_decoded_link_width (Results 1 – 2 of 2) sorted by relevance
57 extern const int pmfw_decoded_link_width[7];60 #define DECODE_LANE_WIDTH(lane_width_idx) (pmfw_decoded_link_width[lane_width_idx])
90 const int pmfw_decoded_link_width[7] = {0, 1, 2, 4, 8, 12, 16}; variable