Home
last modified time | relevance | path

Searched refs:TRB_SEGMENT_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-sideband.c29 sz = ring->num_segs * TRB_SEGMENT_SIZE; in xhci_ring_to_sgtable()
52 TRB_SEGMENT_SIZE); in xhci_ring_to_sgtable()
H A Dxhci-dbgcap.c53 dma_free_coherent(dev, TRB_SEGMENT_SIZE, in dbc_ring_free()
468 memset(seg->trbs, 0, TRB_SEGMENT_SIZE); in xhci_dbc_ring_init()
521 seg->trbs = dma_alloc_coherent(dev, TRB_SEGMENT_SIZE, &dma, flags); in xhci_dbc_ring_alloc()
H A Dxhci-ring.c92 if (in_range(dma, seg->dma, TRB_SEGMENT_SIZE)) { in xhci_dma_to_trb()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1161 #define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT * 16) macro
1162 #define TRB_SEGMENT_SHIFT (ilog2(TRB_SEGMENT_SIZE))
H A Dcdnsp-mem.c1248 TRB_SEGMENT_SIZE, TRB_SEGMENT_SIZE, in cdnsp_mem_init()