DMA pool definitions for processors without an MMU. More...
#include <dma.h>#include <mempool.h>Go to the source code of this file.
Data Structures | |
| struct | dma_pool |
| DMA memory pool. More... | |
Functions | |
| static void | dma_pool_init_coherent (struct dma_pool *pool, phys_addr_t phys_start, size_t size, size_t objsize, unsigned int align_order) |
| Initialize a DMA-coherent memory pool. | |
| static dma_addr_t | dma_pool_alloc (struct dma_pool *pool) |
| Allocate an object from a DMA pool. | |
| static void | dma_pool_free (struct dma_pool *pool, dma_addr_t addr) |
| Free an object previously allocated from pool. | |
DMA pool definitions for processors without an MMU.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file dmapool_nommu.h.
1.6.3