Home
last modified time | relevance | path

Searched refs:CTX_TO_EP_MAXPSTREAMS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/cdns3/
A Dcdnsp-debug.h552 max_pstr = CTX_TO_EP_MAXPSTREAMS(info); in cdnsp_decode_ep_context()
A Dcdnsp-gadget.h677 #define CTX_TO_EP_MAXPSTREAMS(p) (((p) & EP_MAXPSTREAMS_MASK) >> 10) macro
/linux/drivers/usb/host/
A Dxhci.h741 #define CTX_TO_EP_MAXPSTREAMS(p) (((p) & EP_MAXPSTREAMS_MASK) >> 10) macro
2743 max_pstr = CTX_TO_EP_MAXPSTREAMS(info); in xhci_decode_ep_context()

Completed in 20 milliseconds