Home
last modified time | relevance | path

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

/linux-3.4.99/arch/parisc/include/asm/
Ddma.h23 #define DMA_CHUNK_SIZE (BITS_PER_LONG*PAGE_SIZE) macro
/linux-3.4.99/drivers/parisc/
Diommu-helpers.h146 IOVP_SIZE) > DMA_CHUNK_SIZE)) in iommu_coalesce_chunks()
Dccio-dma.c350 BUG_ON((pages_needed * IOVP_SIZE) > DMA_CHUNK_SIZE); in ccio_alloc_range()
438 BUG_ON((pages_mapped * IOVP_SIZE) > DMA_CHUNK_SIZE); in ccio_free_range()
/linux-3.4.99/arch/ia64/hp/common/
Dsba_iommu.c271 #define DMA_CHUNK_SIZE (BITS_PER_LONG*iovp_size) macro
959 ASSERT(size <= DMA_CHUNK_SIZE); in sba_map_page()
1362 ASSERT(startsg->length <= DMA_CHUNK_SIZE); in sba_coalesce_chunks()
1370 > DMA_CHUNK_SIZE) in sba_coalesce_chunks()
1431 ASSERT(dma_len <= DMA_CHUNK_SIZE); in sba_coalesce_chunks()
/linux-3.4.99/drivers/dma/
Dsa11x0-dma.c27 #define DMA_CHUNK_SIZE 0x1000 macro