Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A 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()
H A Dxhci.h1526 #define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro
1527 #define TRB_SEGMENT_SHIFT (ilog2(TRB_SEGMENT_SIZE))
H A Dxhci-mem.c2572 TRB_SEGMENT_SIZE, TRB_SEGMENT_SIZE, xhci->page_size); in xhci_mem_init()