Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h305 #define XHCI_SCTX_GET_DCI(x) (((x) >> 27) & 0x1f) macro
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c324 mdb_printf("DCI: %d\n", XHCI_SCTX_GET_DCI(info)); in xhci_mdb_print_slotctx()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c260 if (epid + 1 > XHCI_SCTX_GET_DCI(LE_32(xd->xd_slotin->xsc_info))) { in xhci_hcdi_pipe_open()