DMA memory pool allocator. More...
#include <cpu/dmapool.h>#include <assert.h>#include <app/dmapool.h>Go to the source code of this file.
Functions | |
| void | dma_pool_init_coherent_physmem (struct dma_pool *dmapool, struct physmem_pool *phys_pool, unsigned int nr_objects, size_t objsize, unsigned int align_order) |
| Initialize a DMA pool using the physmem allocator. | |
| static dma_addr_t | dma_alloc (size_t size) |
| Allocate an object from the generic DMA pools. | |
| static void | dma_free (dma_addr_t obj, size_t size) |
| Free an object to the generic DMA pools. | |
DMA memory pool allocator.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file dmapool.h.
1.6.3