1 /* 2 * Miscellaneous registers definitions for SPEAr3xx machine family 3 * 4 * Copyright (C) 2009 ST Microelectronics 5 * Viresh Kumar <vireshk@kernel.org> 6 * 7 * This file is licensed under the terms of the GNU General Public 8 * License version 2. This program is licensed "as is" without any 9 * warranty of any kind, whether express or implied. 10 */ 11 12 #ifndef __MACH_MISC_REGS_H 13 #define __MACH_MISC_REGS_H 14 15 #include "spear.h" 16 17 #define MISC_BASE (VA_SPEAR_ICM3_MISC_REG_BASE) 18 #define DMA_CHN_CFG (MISC_BASE + 0x0A0) 19 20 #endif /* __MACH_MISC_REGS_H */ 21