Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h378 #define XHCI_EPCTX_GET_MAX_ESIT_PAYLOAD(x) (((x) >> 16) & 0xffff) macro
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c271 mdb_printf("Max ESIT: %d\n", XHCI_EPCTX_GET_MAX_ESIT_PAYLOAD(txinfo)); in xhci_mdb_print_epctx()