Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h410 #define XHCI_TRB_SET_TBC(x) (((x) & 0x3) << 7) /* Burst Count */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c1002 flags |= XHCI_TRB_SET_TBC(tbc); in xhci_hcdi_isoc_transfer_fill()