Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c82 struct xhci_segment *first_seg; in xhci_ring_free() local
86 first_seg = ring->first_seg; in xhci_ring_free()
87 seg = first_seg->next; in xhci_ring_free()
88 while (seg != first_seg) { in xhci_ring_free()
93 xhci_segment_free(first_seg); in xhci_ring_free()
251 ring->enqueue = ring->first_seg->trbs; in xhci_initialize_ring_info()
252 ring->enq_seg = ring->first_seg; in xhci_initialize_ring_info()
254 ring->deq_seg = ring->first_seg; in xhci_initialize_ring_info()
314 ring->first_seg = xhci_segment_alloc(); in xhci_ring_alloc()
315 BUG_ON(!ring->first_seg); in xhci_ring_alloc()
[all …]
H A Dxhci-ring.c62 (seg->next == ring->first_seg)); in last_trb_on_last_seg()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1011 struct xhci_segment *first_seg; member