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