MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-arm / arch-atmel / dma.h
blob8284a5fdab2d5dee3b36b843896cf04c32b7bf29
1 /*
2 * linux/include/asm-arm/arch-atmel/dma.h
4 * Copyright (C) 2003 Hyok S. Choi <hyok.choi@samsung.com>
5 */
7 #include <asm/hardware.h>
8 #include <linux/wait.h>
10 #ifndef __ASM_ATMEL_ARCH_DMA_H
11 #define __ASM_ATMEL_ARCH_DMA_H
14 * This is the maximum DMA address(physical address) that can be DMAd to.
17 #define MAX_DMA_ADDRESS 0x01000000
19 * The atmel has 13 internal DMA channels.
21 #define MAX_DMA_CHANNELS 13
22 #define MAX_DMA_TRANSFER_SIZE 0x100000 /* Data Unit is half word */
24 #define arch_dma_init(dma_chan)
25 #endif /* _ASM_ATMEL_ARCH_DMA_H */