Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h306 #define XHCI_SCTX_SET_DCI(x) (((x) & 0x1f) << 27) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c259 info |= XHCI_SCTX_SET_DCI(epid + 1); in xhci_hcdi_pipe_open()
1668 info = XHCI_SCTX_SET_ROUTE(route) | XHCI_SCTX_SET_DCI(1); in xhci_hcdi_device_init()