Home
last modified time | relevance | path

Searched refs:XHCI_EPCTX_SET_MPS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c173 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()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h361 #define XHCI_EPCTX_SET_MPS(x) (((x) & 0xffff) << 16) macro