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