Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/drivers/usb/host/
Dxhci.h465 #define CTX_TO_EP_MAXPSTREAMS(p) (((p) & EP_MAXPSTREAMS_MASK) >> 10) macro
2501 max_pstr = CTX_TO_EP_MAXPSTREAMS(info); in xhci_decode_ep_context()