Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h343 #define XHCI_EPCTX_GET_MULT(x) (((x) >> 8) & 0x3) macro
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c253 mdb_printf("Mult: %d\n", XHCI_EPCTX_GET_MULT(info)); in xhci_mdb_print_epctx()