Searched defs:TRB_LEN (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/cdns3/ | ||
D | gadget.h | 1068 #define TRB_LEN(p) ((p) & GENMASK(16, 0)) macro |
/kernel/linux/linux-5.10/drivers/usb/host/ | ||
D | xhci.h | 1298 #define TRB_LEN(p) ((p) & 0x1ffff) macro |