1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * arch/arm/mach-pxa/include/mach/dma.h
5 * Author: Nicolas Pitre
6 * Created: Jun 15, 2001
7 * Copyright: MontaVista Software, Inc.
9 #ifndef __ASM_ARCH_DMA_H
10 #define __ASM_ARCH_DMA_H
12 #include <mach/hardware.h>
14 /* DMA Controller Registers Definitions */
15 #define DMAC_REGS_VIRT io_p2v(0x40000000)
17 #endif /* _ASM_ARCH_DMA_H */