Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/cdns3/
Dcdnsp-debug.h552 max_pstr = CTX_TO_EP_MAXPSTREAMS(info); in cdnsp_decode_ep_context()
Dcdnsp-gadget.h677 #define CTX_TO_EP_MAXPSTREAMS(p) (((p) & EP_MAXPSTREAMS_MASK) >> 10) macro
/Linux-v5.15/drivers/usb/host/
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()