Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c337 switch (XHCI_SCTX_GET_SLOT_STATE(state)) { in xhci_mdb_print_slotctx()
354 mdb_printf(" (%d)\n", XHCI_SCTX_GET_SLOT_STATE(state)); in xhci_mdb_print_slotctx()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h326 #define XHCI_SCTX_GET_SLOT_STATE(x) (((x) >> 27) & 0x1f) macro