Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h313 #define XHCI_SCTX_GET_NPORTS(x) (((x) >> 24) & 0xff) macro
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c328 mdb_printf("Hub Number of Ports: %d\n", XHCI_SCTX_GET_NPORTS(info2)); in xhci_mdb_print_slotctx()