Searched refs:CCW_BLOCK_SIZE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | mxs-dma.c | 106 #define CCW_BLOCK_SIZE (4 * PAGE_SIZE) macro 107 #define NUM_CCW (int)(CCW_BLOCK_SIZE / sizeof(struct mxs_dma_ccw)) 403 CCW_BLOCK_SIZE, in mxs_dma_alloc_chan_resources() 432 dma_free_coherent(mxs_dma->dma_device.dev, CCW_BLOCK_SIZE, in mxs_dma_alloc_chan_resources() 447 dma_free_coherent(mxs_dma->dma_device.dev, CCW_BLOCK_SIZE, in mxs_dma_free_chan_resources()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | mxs-dma.c | 105 #define CCW_BLOCK_SIZE (4 * PAGE_SIZE) macro 106 #define NUM_CCW (int)(CCW_BLOCK_SIZE / sizeof(struct mxs_dma_ccw)) 402 CCW_BLOCK_SIZE, in mxs_dma_alloc_chan_resources() 431 dma_free_coherent(mxs_dma->dma_device.dev, CCW_BLOCK_SIZE, in mxs_dma_alloc_chan_resources() 446 dma_free_coherent(mxs_dma->dma_device.dev, CCW_BLOCK_SIZE, in mxs_dma_free_chan_resources()
|
Completed in 4 milliseconds