Go to the documentation of this file. 1 #ifndef _ASM_DMA_MAPPING_H
2 #define _ASM_DMA_MAPPING_H
4 #include <linux/device.h>
6 #include <asm/cacheflush.h>
7 #include <asm/scatterlist.h>
15 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
16 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h)
66 flush_write_buffers();
81 flush_write_buffers();
94 flush_write_buffers();
111 if (mask < 0x00ffffff)
118 int dma_set_mask(
struct device *dev,
u64 mask)
132 flush_write_buffers();