Searched refs:prio_map (Results 1 – 1 of 1) sorted by relevance
414 static const unsigned int prio_map = 7 << (4 * 0) | 6 << (4 * 1) | 5 << (4 * 2) | in cvmx_helper_prio2qos() local418 return (prio_map >> ((prio & 0x7) << 2)) & 0x7; in cvmx_helper_prio2qos()
Completed in 3 milliseconds