Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c67 free(seg->trbs); in xhci_segment_free()
68 seg->trbs = NULL; in xhci_segment_free()
225 val_64 = (uintptr_t)next->trbs; in xhci_link_segments()
226 prev->trbs[TRBS_PER_SEGMENT-1].link.segment_ptr = val_64; in xhci_link_segments()
232 val = le32_to_cpu(prev->trbs[TRBS_PER_SEGMENT-1].link.control); in xhci_link_segments()
236 prev->trbs[TRBS_PER_SEGMENT-1].link.control = cpu_to_le32(val); in xhci_link_segments()
251 ring->enqueue = ring->first_seg->trbs; in xhci_initialize_ring_info()
281 seg->trbs = (union xhci_trb *)xhci_malloc(SEGMENT_SIZE); in xhci_segment_alloc()
334 prev->trbs[TRBS_PER_SEGMENT-1].link.control |= in xhci_ring_alloc()
529 trb_64 = (uintptr_t)ctrl->cmd_ring->first_seg->trbs; in xhci_mem_init()
[all …]
H A Dxhci-ring.c40 return trb == &seg->trbs[TRBS_PER_SEGMENT]; in last_trb()
61 return ((trb == &seg->trbs[TRBS_PER_SEGMENT]) && in last_trb_on_last_seg()
134 ring->enqueue = ring->enq_seg->trbs; in inc_enq()
162 ring->dequeue = ring->deq_seg->trbs; in inc_deq()
254 ep_ring->enqueue = ep_ring->enq_seg->trbs; in prepare_ring()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1005 union xhci_trb *trbs; member