Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.h1148 #define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT * 16) macro
1149 #define TRB_SEGMENT_SHIFT (ilog2(TRB_SEGMENT_SIZE))
Dcdnsp-mem.c1249 TRB_SEGMENT_SIZE, TRB_SEGMENT_SIZE, in cdnsp_mem_init()
/linux-6.12.1/drivers/usb/host/
Dxhci-mem.c2448 TRB_SEGMENT_SIZE * 2, TRB_SEGMENT_SIZE * 2, xhci->page_size * 2); in xhci_mem_init()
2451 TRB_SEGMENT_SIZE, TRB_SEGMENT_SIZE, xhci->page_size); in xhci_mem_init()
Dxhci-dbgcap.c47 dma_free_coherent(dev, TRB_SEGMENT_SIZE, in dbc_ring_free()
460 seg->trbs = dma_alloc_coherent(dev, TRB_SEGMENT_SIZE, &dma, flags); in xhci_dbc_ring_alloc()
Dxhci.h1246 #define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro
1247 #define TRB_SEGMENT_SHIFT (ilog2(TRB_SEGMENT_SIZE))