Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-dbgcap.c32 dma_free_coherent(dev, TRB_SEGMENT_SIZE, in dbc_ring_free()
444 seg->trbs = dma_alloc_coherent(dev, TRB_SEGMENT_SIZE, &dma, flags); in xhci_dbc_ring_alloc()
Dxhci.h1512 #define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro
1513 #define TRB_SEGMENT_SHIFT (ilog2(TRB_SEGMENT_SIZE))
Dxhci-mem.c2450 TRB_SEGMENT_SIZE, TRB_SEGMENT_SIZE, xhci->page_size); in xhci_mem_init()