Searched defs:SLOT_ID_FOR_TRB (Results 1 – 3 of 3) sorted by relevance
964 #define SLOT_ID_FOR_TRB(p) (((p) << 24) & GENMASK(31, 24)) macro
1273 #define SLOT_ID_FOR_TRB(p) (((p) & 0xff) << 24) macro
1272 #define SLOT_ID_FOR_TRB(p) (((p) & 0xff) << 24) macro