Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-mem.c85 struct xhci_segment *first_seg; in xhci_ring_free() local
89 first_seg = ring->first_seg; in xhci_ring_free()
90 seg = first_seg->next; in xhci_ring_free()
91 while (seg != first_seg) { in xhci_ring_free()
96 xhci_segment_free(ctrl, first_seg); in xhci_ring_free()
266 ring->enqueue = ring->first_seg->trbs; in xhci_initialize_ring_info()
267 ring->enq_seg = ring->first_seg; in xhci_initialize_ring_info()
269 ring->deq_seg = ring->first_seg; in xhci_initialize_ring_info()
332 BUG_ON(!ring->first_seg); in xhci_ring_alloc()
336 prev = ring->first_seg; in xhci_ring_alloc()
[all …]
A Dxhci-ring.c82 (seg->next == ring->first_seg)); in last_trb_on_last_seg()
/u-boot/include/usb/
A Dxhci.h1008 struct xhci_segment *first_seg; member

Completed in 35 milliseconds