Searched defs:SLOT_ID_FOR_TRB (Results 1 – 2 of 2) 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