Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-mem.c66 free(seg->trbs); in xhci_segment_free()
67 seg->trbs = NULL; in xhci_segment_free()
224 val_64 = (uintptr_t)next->trbs; in xhci_link_segments()
225 prev->trbs[TRBS_PER_SEGMENT-1].link.segment_ptr = val_64; in xhci_link_segments()
231 val = le32_to_cpu(prev->trbs[TRBS_PER_SEGMENT-1].link.control); in xhci_link_segments()
235 prev->trbs[TRBS_PER_SEGMENT-1].link.control = cpu_to_le32(val); in xhci_link_segments()
250 ring->enqueue = ring->first_seg->trbs; in xhci_initialize_ring_info()
280 seg->trbs = (union xhci_trb *)xhci_malloc(SEGMENT_SIZE); in xhci_segment_alloc()
333 prev->trbs[TRBS_PER_SEGMENT-1].link.control |= in xhci_ring_alloc()
525 trb_64 = (uintptr_t)ctrl->cmd_ring->first_seg->trbs; in xhci_mem_init()
[all …]
Dxhci-ring.c39 return trb == &seg->trbs[TRBS_PER_SEGMENT]; in last_trb()
60 return ((trb == &seg->trbs[TRBS_PER_SEGMENT]) && in last_trb_on_last_seg()
133 ring->enqueue = ring->enq_seg->trbs; in inc_enq()
161 ring->dequeue = ring->deq_seg->trbs; in inc_deq()
253 ep_ring->enqueue = ep_ring->enq_seg->trbs; in prepare_ring()
Dxhci.h1004 union xhci_trb *trbs; member