Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.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.h1524 #define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro
1525 #define TRB_SEGMENT_SHIFT (ilog2(TRB_SEGMENT_SIZE))
Dxhci-mem.c2434 TRB_SEGMENT_SIZE, TRB_SEGMENT_SIZE, xhci->page_size); in xhci_mem_init()