viresh kumar | a7e9c45 | 2010-04-01 12:30:19 +0100 | [diff] [blame] | 1 | /* |
| 2 | * arch/arm/mach-spear3xx/include/mach/misc_regs.h |
| 3 | * |
| 4 | * Miscellaneous registers definitions for SPEAr3xx machine family |
| 5 | * |
| 6 | * Copyright (C) 2009 ST Microelectronics |
Viresh Kumar | da89947 | 2015-07-17 16:23:50 -0700 | [diff] [blame] | 7 | * Viresh Kumar <vireshk@kernel.org> |
viresh kumar | a7e9c45 | 2010-04-01 12:30:19 +0100 | [diff] [blame] | 8 | * |
| 9 | * This file is licensed under the terms of the GNU General Public |
| 10 | * License version 2. This program is licensed "as is" without any |
| 11 | * warranty of any kind, whether express or implied. |
| 12 | */ |
| 13 | |
| 14 | #ifndef __MACH_MISC_REGS_H |
| 15 | #define __MACH_MISC_REGS_H |
| 16 | |
Viresh Kumar | 5df33a6 | 2012-04-10 09:02:35 +0530 | [diff] [blame] | 17 | #include <mach/spear.h> |
viresh kumar | a7e9c45 | 2010-04-01 12:30:19 +0100 | [diff] [blame] | 18 | |
Arnd Bergmann | d9909eb | 2012-12-02 17:59:57 +0100 | [diff] [blame] | 19 | #define MISC_BASE (VA_SPEAR_ICM3_MISC_REG_BASE) |
viresh kumar | f9324a8 | 2011-02-16 07:40:28 +0100 | [diff] [blame] | 20 | #define DMA_CHN_CFG (MISC_BASE + 0x0A0) |
viresh kumar | a7e9c45 | 2010-04-01 12:30:19 +0100 | [diff] [blame] | 21 | |
viresh kumar | a7e9c45 | 2010-04-01 12:30:19 +0100 | [diff] [blame] | 22 | #endif /* __MACH_MISC_REGS_H */ |