Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h625 #define EP_MAXPSTREAMS_MASK (0x1f << 10) macro
626 #define EP_MAXPSTREAMS(p) (((p) << 10) & EP_MAXPSTREAMS_MASK)
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h743 #define EP_MAXPSTREAMS_MASK (0x1f << 10) macro
744 #define EP_MAXPSTREAMS(p) (((p) << 10) & EP_MAXPSTREAMS_MASK)
745 #define CTX_TO_EP_MAXPSTREAMS(p) (((p) & EP_MAXPSTREAMS_MASK) >> 10)
H A Dxhci-mem.c807 ep_ctx->ep_info &= cpu_to_le32(~EP_MAXPSTREAMS_MASK); in xhci_setup_streams_ep_input_ctx()
822 ep_ctx->ep_info &= cpu_to_le32(~(EP_MAXPSTREAMS_MASK | EP_HAS_LSA)); in xhci_setup_no_streams_ep_input_ctx()