Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c526 XHCI_TRB_SET_SLOT(slot)); in xhci_command_disable_slot()
560 XHCI_TRB_SET_SLOT(xd->xd_slot)); in xhci_command_set_address()
596 XHCI_TRB_SET_SLOT(xd->xd_slot)); in xhci_command_configure_endpoint()
644 XHCI_TRB_SET_SLOT(xd->xd_slot)); in xhci_command_evaluate_context()
690 XHCI_TRB_SET_SLOT(xd->xd_slot) | in xhci_command_reset_endpoint()
752 XHCI_TRB_SET_SLOT(xd->xd_slot) | in xhci_command_set_tr_dequeue()
811 XHCI_TRB_SET_SLOT(xd->xd_slot) | in xhci_command_stop_endpoint()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h427 #define XHCI_TRB_SET_SLOT(x) (((x) & 0xff) << 24) macro