Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h303 #define XHCI_SCTX_GET_HUB(x) (((x) >> 26) & 0x1) macro
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c323 mdb_printf("HUB: %d\n", XHCI_SCTX_GET_HUB(info)); in xhci_mdb_print_slotctx()