Searched refs:queue_trb (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/usb/host/ |
D | xhci-ring.c | 180 static struct xhci_generic_trb *queue_trb(struct xhci_ctrl *ctrl, in queue_trb() function 292 queue_trb(ctrl, ctrl->cmd_ring, false, fields); in xhci_queue_command() 701 queue_trb(ctrl, ring, (num_trbs > 1), trb_fields); in xhci_bulk_tx() 855 queue_trb(ctrl, ep_ring, true, trb_fields); in xhci_ctrl_tx() 884 queue_trb(ctrl, ep_ring, true, trb_fields); in xhci_ctrl_tx() 907 queue_trb(ctrl, ep_ring, false, trb_fields); in xhci_ctrl_tx()
|