Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c690 XHCI_TRB_SET_EP(xep->xep_num + 1)); in xhci_command_reset_endpoint()
752 XHCI_TRB_SET_EP(xep->xep_num + 1)); in xhci_command_set_tr_dequeue()
810 XHCI_TRB_SET_EP(xep->xep_num + 1)); in xhci_command_stop_endpoint()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h423 #define XHCI_TRB_SET_EP(x) (((x) & 0x1f) << 16) macro