1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 3 * arch/arm/mach-spear3xx/include/mach/misc_regs.h 4 * 5 * Miscellaneous registers definitions for SPEAr3xx machine family 6 * 7 * Copyright (C) 2009 ST Microelectronics 8 * Viresh Kumar <vireshk@kernel.org> 9 */ 10 11 #ifndef __MACH_MISC_REGS_H 12 #define __MACH_MISC_REGS_H 13 14 #include <mach/spear.h> 15 16 #define MISC_BASE (VA_SPEAR_ICM3_MISC_REG_BASE) 17 #define DMA_CHN_CFG (MISC_BASE + 0x0A0) 18 19 #endif /* __MACH_MISC_REGS_H */ 20