Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-ring.c215 union xhci_trb *next = ep_ring->enqueue; in prepare_ring()
240 while (last_trb(ctrl, ep_ring, ep_ring->enq_seg, next)) { in prepare_ring()
252 if (last_trb_on_last_seg(ctrl, ep_ring, in prepare_ring()
253 ep_ring->enq_seg, next)) in prepare_ring()
254 ep_ring->cycle_state = (ep_ring->cycle_state ? 0 : 1); in prepare_ring()
255 ep_ring->enq_seg = ep_ring->enq_seg->next; in prepare_ring()
256 ep_ring->enqueue = ep_ring->enq_seg->trbs; in prepare_ring()
257 next = ep_ring->enqueue; in prepare_ring()
774 struct xhci_ring *ep_ring; in xhci_ctrl_tx() local
819 ret = prepare_ring(ctrl, ep_ring, in xhci_ctrl_tx()
[all …]

Completed in 6 milliseconds