Home
last modified time | relevance | path

Searched refs:XHCI_EPCTX_GET_MAXB (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h360 #define XHCI_EPCTX_GET_MAXB(x) (((x) >> 8) & 0xff) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c578 burst = XHCI_EPCTX_GET_MAXB(xd->xd_endout[xep->xep_num]->xec_info2); in xhci_transfer_calculate_isoc()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c264 mdb_printf("Max Burst: %d\n", XHCI_EPCTX_GET_MAXB(info2)); in xhci_mdb_print_epctx()