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>
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 */