Searched refs:XHCI_TRB_SET_EP (Results 1 – 2 of 2) sorted by relevance
691 XHCI_TRB_SET_EP(xep->xep_num + 1)); in xhci_command_reset_endpoint()753 XHCI_TRB_SET_EP(xep->xep_num + 1)); in xhci_command_set_tr_dequeue()812 XHCI_TRB_SET_EP(xep->xep_num + 1)); in xhci_command_stop_endpoint()
423 #define XHCI_TRB_SET_EP(x) (((x) & 0x1f) << 16) macro