patch-2.2.8 linux/include/asm-arm/dma.h
Next file: linux/include/asm-arm/ecard.h
Previous file: linux/include/asm-arm/dec21285.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Sat May 8 11:07:16 1999
- Orig file:
v2.2.7/linux/include/asm-arm/dma.h
- Orig date:
Fri Jan 8 22:36:22 1999
diff -u --recursive --new-file v2.2.7/linux/include/asm-arm/dma.h linux/include/asm-arm/dma.h
@@ -6,20 +6,20 @@
#include <linux/config.h>
#include <linux/kernel.h>
#include <asm/irq.h>
-#include <asm/system.h>
#include <asm/spinlock.h>
#include <asm/arch/dma.h>
/*
- * DMA modes - we have two, IN and OUT
+ * DMA modes
*/
typedef unsigned int dmamode_t;
-#define DMA_MODE_MASK 1
+#define DMA_MODE_MASK 3
-#define DMA_MODE_READ 0
-#define DMA_MODE_WRITE 1
-#define DMA_AUTOINIT 2
+#define DMA_MODE_READ 0
+#define DMA_MODE_WRITE 1
+#define DMA_MODE_CASCADE 2
+#define DMA_AUTOINIT 4
typedef struct {
unsigned long address;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)