Searched refs:TRB_SEGMENT_SIZE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.h | 1147 #define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT * 16) macro 1148 #define TRB_SEGMENT_SHIFT (ilog2(TRB_SEGMENT_SIZE))
|
H A D | cdnsp-mem.c | 1245 * TRB_SEGMENT_SIZE alignment, so driver pick the greater alignment in cdnsp_mem_init() 1249 TRB_SEGMENT_SIZE, TRB_SEGMENT_SIZE, in cdnsp_mem_init()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-mem.c | 2493 * TRB_SEGMENT_SIZE alignment, so we pick the greater alignment need. in xhci_mem_init() 2497 TRB_SEGMENT_SIZE * 2, TRB_SEGMENT_SIZE * 2, xhci->page_size * 2); in xhci_mem_init() 2500 TRB_SEGMENT_SIZE, TRB_SEGMENT_SIZE, xhci->page_size); in xhci_mem_init()
|
H A D | xhci-dbgcap.c | 32 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 D | xhci.h | 1523 #define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro 1524 #define TRB_SEGMENT_SHIFT (ilog2(TRB_SEGMENT_SIZE))
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-mem.c | 2360 * TRB_SEGMENT_SIZE alignment, so we pick the greater alignment need. in xhci_mem_init() 2364 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()
|
H A D | xhci-dbgcap.c | 32 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 D | xhci.h | 1528 #define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro 1529 #define TRB_SEGMENT_SHIFT (ilog2(TRB_SEGMENT_SIZE))
|
Completed in 24 milliseconds