|
Linux Kernel
3.7.1
|
#include <arch/hwregs/dma.h>Go to the source code of this file.
Macros | |
| #define | L1_CACHE_BYTES 32 |
| #define | L1_CACHE_SHIFT 5 |
| #define | __read_mostly __attribute__((__section__(".data..read_mostly"))) |
| #define | flush_dma_context(c) flush_dma_list(phys_to_virt((c)->saved_data)); |
Functions | |
| void | flush_dma_list (dma_descr_data *descr) |
| void | flush_dma_descr (dma_descr_data *descr, int flush_buf) |
| void | cris_flush_cache_range (void *buf, unsigned long len) |
| void | cris_flush_cache (void) |
| #define __read_mostly __attribute__((__section__(".data..read_mostly"))) |
| #define flush_dma_context | ( | c | ) | flush_dma_list(phys_to_virt((c)->saved_data)); |
|
inline |
| void flush_dma_list | ( | dma_descr_data * | descr | ) |
1.8.2