Searched refs:XHCI_TRB_SET_SLOT (Results 1 – 2 of 2) sorted by relevance
526 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()
427 #define XHCI_TRB_SET_SLOT(x) (((x) & 0xff) << 24) macro