···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)170018/*19 * Map a single buffer of the indicated size for DMA in streaming mode.20 * The 32-bit bus address to use is returned.
···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)1718+#define dma_mapping_error19+20/*21 * Map a single buffer of the indicated size for DMA in streaming mode.22 * The 32-bit bus address to use is returned.