Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/cdns3/
Dcdnsp-gadget.h1147 #define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT * 16) macro
1148 #define TRB_SEGMENT_SHIFT (ilog2(TRB_SEGMENT_SIZE))
Dcdnsp-mem.c1249 TRB_SEGMENT_SIZE, TRB_SEGMENT_SIZE, in cdnsp_mem_init()
/Linux-v6.6/drivers/usb/host/
Dxhci-mem.c2364 TRB_SEGMENT_SIZE * 2, TRB_SEGMENT_SIZE * 2, xhci->page_size * 2); in xhci_mem_init()
2367 TRB_SEGMENT_SIZE, TRB_SEGMENT_SIZE, xhci->page_size); in xhci_mem_init()
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.h1528 #define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro
1529 #define TRB_SEGMENT_SHIFT (ilog2(TRB_SEGMENT_SIZE))