Lines Matching refs:trbs
67 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()
560 trb_64 = (uintptr_t)seg->trbs; in xhci_mem_init()
853 trb_64 = (uintptr_t)virt_dev->eps[0].ring->first_seg->trbs; in xhci_setup_addressable_virt_dev()