Home
last modified time | relevance | path

Searched refs:XHCI_TRB_GET_EP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h422 #define XHCI_TRB_GET_EP(x) (((x) >> 16) & 0x1f) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_polled.c107 endpoint = XHCI_TRB_GET_EP(LE_32(trb->trb_flags)); in xhci_polled_get_endpoint()
H A Dxhci_endpoint.c1539 endpoint = XHCI_TRB_GET_EP(LE_32(trb->trb_flags)); in xhci_endpoint_transfer_callback()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c370 mdb_printf("Endpoint ID: %d\n", XHCI_TRB_GET_EP(flags)); in xhci_mdb_print_transfer_event()