Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h350 #define XHCI_EPCTX_GET_MAX_ESIT_HI(x) ((((x) >> 24) & 0xFF) << 16) macro
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c257 mdb_printf("Max ESIT Hi: %d\n", XHCI_EPCTX_GET_MAX_ESIT_HI(info)); in xhci_mdb_print_epctx()