Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h342 #define XHCI_EPCTX_SET_MULT(x) (((x) & 0x3) << 8) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c594 ectx->xec_info = LE_32(XHCI_EPCTX_SET_MULT(new_xepp.xepp_mult) | in xhci_endpoint_setup_context()