Searched defs:GET_PORT_ID (Results 1 – 3 of 3) sorted by relevance
985 #define GET_PORT_ID(p) (((p) & GENMASK(31, 24)) >> 24) macro
1293 #define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24) macro
1292 #define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24) macro