1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 3 * Miscellaneous registers definitions for SPE 4 * 5 * Copyright (C) 2009 ST Microelectronics 6 * Viresh Kumar <vireshk@kernel.org> 7 */ 8 9 #ifndef __MACH_MISC_REGS_H 10 #define __MACH_MISC_REGS_H 11 12 #include "spear.h" 13 14 #define MISC_BASE (VA_SPEAR_ICM3 15 #define DMA_CHN_CFG (MISC_BASE + 0 16 17 #endif /* __MACH_MISC_REGS_H */ 18
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.