Searched defs:SCT_FOR_TRB (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/cdns3/ | ||
H A D | cdnsp-gadget.h | 981 #define SCT_FOR_TRB(p) (((p) << 1) & 0x7) macro |
/openbmc/linux/drivers/usb/host/ | ||
H A D | xhci.h | 1033 #define SCT_FOR_TRB(p) (((p) & 0x7) << 1) macro |