Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
dma.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <asm/dma.h>
#include <asm/coldfire.h>
#include <asm/mcfsim.h>
#include <asm/mcfdma.h>

Go to the source code of this file.

Functions

 EXPORT_SYMBOL (dma_base_addr)
 
 EXPORT_SYMBOL (dma_device_address)
 

Variables

unsigned int dma_base_addr [MAX_M68K_DMA_CHANNELS]
 
unsigned int dma_device_address [MAX_M68K_DMA_CHANNELS]
 

Function Documentation

EXPORT_SYMBOL ( dma_base_addr  )
EXPORT_SYMBOL ( dma_device_address  )

Variable Documentation

unsigned int dma_base_addr[MAX_M68K_DMA_CHANNELS]
Initial value:
= {
}

Definition at line 23 of file dma.c.

unsigned int dma_device_address[MAX_M68K_DMA_CHANNELS]

Definition at line 39 of file dma.c.