blob: 79f9842a7e1c027def0c554f77eac86bb5ed14bd [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Russell Kinga09e64f2008-08-05 16:14:15 +01002/*
3 * arch/arm/mach-pxa/include/mach/dma.h
4 *
5 * Author: Nicolas Pitre
6 * Created: Jun 15, 2001
7 * Copyright: MontaVista Software, Inc.
Russell Kinga09e64f2008-08-05 16:14:15 +01008 */
9#ifndef __ASM_ARCH_DMA_H
10#define __ASM_ARCH_DMA_H
11
Eric Miao7ebc8d52009-01-02 19:38:42 +080012#include <mach/hardware.h>
13
14/* DMA Controller Registers Definitions */
15#define DMAC_REGS_VIRT io_p2v(0x40000000)
Eric Miao7ebc8d52009-01-02 19:38:42 +080016
Russell Kinga09e64f2008-08-05 16:14:15 +010017#endif /* _ASM_ARCH_DMA_H */