Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1151 #define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT * 16) macro
1152 #define TRB_SEGMENT_SHIFT (ilog2(TRB_SEGMENT_SIZE))
H A Dcdnsp-mem.c1249 TRB_SEGMENT_SIZE, TRB_SEGMENT_SIZE, in cdnsp_mem_init()
/linux-6.15/drivers/usb/host/
H A Dxhci-mem.c2445 TRB_SEGMENT_SIZE * 2, TRB_SEGMENT_SIZE * 2, xhci->page_size * 2); in xhci_mem_init()
2448 TRB_SEGMENT_SIZE, TRB_SEGMENT_SIZE, xhci->page_size); in xhci_mem_init()
H A Dxhci-dbgcap.c47 dma_free_coherent(dev, TRB_SEGMENT_SIZE, in dbc_ring_free()
461 seg->trbs = dma_alloc_coherent(dev, TRB_SEGMENT_SIZE, &dma, flags); in xhci_dbc_ring_alloc()
H A Dxhci.h1258 #define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro
1259 #define TRB_SEGMENT_SHIFT (ilog2(TRB_SEGMENT_SIZE))