Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_event.c125 port = XHCI_TRB_PORTID(LE_64(trb->trb_addr)); in xhci_event_process_psc()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h387 #define XHCI_TRB_PORTID(x) (((x) & (0xffUL << 24)) >> 24) /* Port ID */ macro
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c398 mdb_printf("Port: %d\n", XHCI_TRB_PORTID(pa)); in xhci_mdb_print_psc()