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

Go to the source code of this file.

Macros

#define _ISA_DMA(x)   (0+(x))
 
#define _DC21285_DMA(x)   (8+(x))
 
#define MAX_DMA_CHANNELS   10
 
#define DMA_FLOPPY   _ISA_DMA(2)
 
#define DMA_ISA_CASCADE   _ISA_DMA(4)
 

Macro Definition Documentation

#define _DC21285_DMA (   x)    (8+(x))

Definition at line 18 of file isa-dma.h.

#define _ISA_DMA (   x)    (0+(x))

Definition at line 17 of file isa-dma.h.

#define DMA_FLOPPY   _ISA_DMA(2)

Definition at line 22 of file isa-dma.h.

#define DMA_ISA_CASCADE   _ISA_DMA(4)

Definition at line 23 of file isa-dma.h.

#define MAX_DMA_CHANNELS   10

Definition at line 20 of file isa-dma.h.