Searched defs:EVENT_TRB_LEN (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/cdns3/ | ||
H A D | cdnsp-gadget.h | 873 #define EVENT_TRB_LEN(p) ((p) & GENMASK(23, 0)) macro |
/linux/drivers/usb/host/ | ||
H A D | xhci.h | 823 #define EVENT_TRB_LEN(p) ((p) & 0xffffff) macro |