Searched refs:pcp_map (Results 1 – 1 of 1) sorted by relevance
400 static const unsigned int pcp_map = 6 << (4 * 0) | 7 << (4 * 1) | 5 << (4 * 2) | in cvmx_helper_qos2prio() local404 return (pcp_map >> ((qos & 0x7) << 2)) & 0x7; in cvmx_helper_qos2prio()
Completed in 4 milliseconds