Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
dma.h File Reference
#include <asm/io.h>

Go to the source code of this file.

Macros

#define isa_dma_bridge_buggy   (0)
 
#define free_dma(x)
 

Functions

void dma_mark_clean (void *addr, size_t size)
 

Variables

unsigned long MAX_DMA_ADDRESS
 

Macro Definition Documentation

#define free_dma (   x)

Definition at line 20 of file dma.h.

#define isa_dma_bridge_buggy   (0)

Definition at line 17 of file dma.h.

Function Documentation

void dma_mark_clean ( void addr,
size_t  size 
)

Definition at line 75 of file init.c.

Variable Documentation

unsigned long MAX_DMA_ADDRESS

Definition at line 41 of file init.c.