Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h970 #define TRB_TO_EP_INDEX(p) (((p) >> 16) & 0x1f) macro
/linux/drivers/usb/host/
H A Dxhci.h819 #define TRB_TO_EP_INDEX(p) (TRB_TO_EP_ID(p) - 1) /* Endpoint index 0 - 30 */ macro