Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h677 #define CTX_TO_EP_MAXPSTREAMS(p) (((p) & EP_MAXPSTREAMS_MASK) >> 10) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h492 #define CTX_TO_EP_MAXPSTREAMS(p) (((p) & EP_MAXPSTREAMS_MASK) >> 10) macro