Searched refs:XHCI_EPCTX_SET_MPS (Results 1 – 2 of 2) sorted by relevance
173 XHCI_EPCTX_SET_MAXB(0) | XHCI_EPCTX_SET_MPS(mps)); in xhci_endpoint_setup_default_context()220 info &= ~XHCI_EPCTX_SET_MPS(mps); in xhci_endpoint_update_default()221 info |= XHCI_EPCTX_SET_MPS(desc); in xhci_endpoint_update_default()604 XHCI_EPCTX_SET_MPS(new_xepp.xepp_mps)); in xhci_endpoint_setup_context()
361 #define XHCI_EPCTX_SET_MPS(x) (((x) & 0xffff) << 16) macro