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-espd_4510b / dma.h
blob62641c059cf10a9badb6d24bc717237c3d3509e0
1 /*
2 * linux/include/asm-armnommu/arch-espd_4510b/dma.h
4 * Currently this is not used for the s3c4510b port
6 * Copyright (C) 2003 Hyok S. Choi <hyok.choi@samsung.com>
8 */
10 #include <asm/hardware.h>
11 #include <linux/wait.h>
13 #ifndef __ASM_S3C4510B_ARCH_DMA_H
14 #define __ASM_S3C4510B_ARCH_DMA_H
17 * This is the maximum DMA address(physical address) that can be DMAd to.
20 #define MAX_DMA_ADDRESS 0x03000000
22 * The S3C4510B has 2 internal DMA channels.
24 #define MAX_DMA_CHANNELS 2
25 #define MAX_DMA_TRANSFER_SIZE 0x100000 /* Data Unit is half word */
27 #endif /* __ASM_S3C4510B_ARCH_DMA_H */