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

/linux-master/arch/parisc/include/asm/
H A Ddma.h20 ** DMA_CHUNK_SIZE is used by the SCSI mid-layer to break up
26 #define DMA_CHUNK_SIZE (BITS_PER_LONG*PAGE_SIZE) macro
/linux-master/drivers/parisc/
H A Diommu-helpers.h109 (unsigned)DMA_CHUNK_SIZE);
H A Dccio-dma.c340 BUG_ON((pages_needed * IOVP_SIZE) > DMA_CHUNK_SIZE);
427 BUG_ON((pages_mapped * IOVP_SIZE) > DMA_CHUNK_SIZE);
/linux-master/drivers/dma/
H A Dsa11x0-dma.c25 #define DMA_CHUNK_SIZE 0x1000 macro

Completed in 171 milliseconds