Home
last modified time | relevance | path

Searched refs:DMA_CHUNK_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/parisc/include/asm/
H A Ddma.h26 #define DMA_CHUNK_SIZE (BITS_PER_LONG*PAGE_SIZE) macro
/linux-6.15/drivers/parisc/
H A Diommu-helpers.h109 (unsigned)DMA_CHUNK_SIZE); in iommu_coalesce_chunks()
H A Dccio-dma.c340 BUG_ON((pages_needed * IOVP_SIZE) > DMA_CHUNK_SIZE); in ccio_alloc_range()
427 BUG_ON((pages_mapped * IOVP_SIZE) > DMA_CHUNK_SIZE); in ccio_free_range()
/linux-6.15/drivers/dma/
H A Dsa11x0-dma.c25 #define DMA_CHUNK_SIZE 0x1000 macro