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