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-s3c3410 / dma.h
blob9dad9836fb31ccd26e3eeb9965e00d7bdcd6ac06
1 /*
2 * linux/include/asm-armnommu/arch-s3c3410/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_S3C3410_ARCH_DMA_H
11 #define __ASM_S3C3410_ARCH_DMA_H
14 * This is the maximum DMA address(physical address) that can be DMAd to.
17 #define MAX_DMA_ADDRESS 0x03000000
19 * The S3C3410 has 2 internal DMA channels.
21 #define MAX_DMA_CHANNELS 2
22 #define MAX_DMA_TRANSFER_SIZE 0x100000 /* Data Unit is half word */
24 #endif /* _ASM_S3C3410_ARCH_DMA_H */