Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/include/asm/
H A Ddma.h26 #define DMA_CHUNK_SIZE (BITS_PER_LONG*PAGE_SIZE) macro
/openbmc/linux/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()
/openbmc/linux/arch/ia64/hp/common/
H A Dsba_iommu.c263 #define DMA_CHUNK_SIZE (BITS_PER_LONG*iovp_size) macro
959 ASSERT(size <= DMA_CHUNK_SIZE); in sba_map_page()
1341 ASSERT(startsg->length <= DMA_CHUNK_SIZE); in sba_coalesce_chunks()
1349 > DMA_CHUNK_SIZE) in sba_coalesce_chunks()
1410 ASSERT(dma_len <= DMA_CHUNK_SIZE); in sba_coalesce_chunks()
/openbmc/linux/drivers/dma/
H A Dsa11x0-dma.c25 #define DMA_CHUNK_SIZE 0x1000 macro