Searched defs:TRB_TBC (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/cdns3/ | ||
| H A D | cdnsp-gadget.h | 1023 #define TRB_TBC(p) (((p) & 0x3) << 7) macro |
| /linux/drivers/usb/host/ | ||
| H A D | xhci.h | 1074 #define TRB_TBC(p) (((p) & 0x3) << 7) macro |