Go to the documentation of this file.
3 #ifndef _ASM_CRIS_DMA_MAPPING_H
4 #define _ASM_CRIS_DMA_MAPPING_H
7 #include <linux/kernel.h>
11 #include <asm/scatterlist.h>
13 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
14 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h)
138 if(mask < 0x00ffffff)
145 dma_set_mask(
struct device *dev,
u64 mask)