Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h421 #define XHCI_TRB_GET_TYPE(x) (((x) >> 10) & 0x3f) macro
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c443 type = XHCI_TRB_GET_TYPE(trbflags); in xhci_mdb_print_trb()