Home
last modified time | relevance | path

Searched defs:EVENT_TRB_LEN (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h873 #define EVENT_TRB_LEN(p) ((p) & GENMASK(23, 0)) macro
/linux/drivers/usb/host/
H A Dxhci.h823 #define EVENT_TRB_LEN(p) ((p) & 0xffffff) macro