Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 2 | /* |
| 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 King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 8 | */ |
| 9 | #ifndef __ASM_ARCH_DMA_H |
| 10 | #define __ASM_ARCH_DMA_H |
| 11 | |
Eric Miao | 7ebc8d5 | 2009-01-02 19:38:42 +0800 | [diff] [blame] | 12 | #include <mach/hardware.h> |
| 13 | |
| 14 | /* DMA Controller Registers Definitions */ |
| 15 | #define DMAC_REGS_VIRT io_p2v(0x40000000) |
Eric Miao | 7ebc8d5 | 2009-01-02 19:38:42 +0800 | [diff] [blame] | 16 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 17 | #endif /* _ASM_ARCH_DMA_H */ |