Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
idma.h File Reference

Go to the source code of this file.

Macros

#define LPAM_DMA_STOP   0
 
#define LPAM_DMA_START   1
 
#define MAX_IDMA_PERIOD   (128 * 1024)
 
#define MAX_IDMA_BUFFER   (160 * 1024)
 

Functions

void idma_reg_addr_init (void __iomem *regs, dma_addr_t addr)
 

Macro Definition Documentation

#define LPAM_DMA_START   1

Definition at line 21 of file idma.h.

#define LPAM_DMA_STOP   0

Definition at line 20 of file idma.h.

#define MAX_IDMA_BUFFER   (160 * 1024)

Definition at line 24 of file idma.h.

#define MAX_IDMA_PERIOD   (128 * 1024)

Definition at line 23 of file idma.h.

Function Documentation

void idma_reg_addr_init ( void __iomem regs,
dma_addr_t  addr 
)

Definition at line 406 of file idma.c.