Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdnsp-debug.h555 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-5.19.10/drivers/usb/host/
Dxhci.h744 #define CTX_TO_EP_MAXPSTREAMS(p) (((p) & EP_MAXPSTREAMS_MASK) >> 10) macro
2773 max_pstr = CTX_TO_EP_MAXPSTREAMS(info); in xhci_decode_ep_context()