18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * arch/arm/mach-spear3xx/include/mach/misc_regs.h
38c2ecf20Sopenharmony_ci *
48c2ecf20Sopenharmony_ci * Miscellaneous registers definitions for SPEAr3xx machine family
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * Copyright (C) 2009 ST Microelectronics
78c2ecf20Sopenharmony_ci * Viresh Kumar <vireshk@kernel.org>
88c2ecf20Sopenharmony_ci *
98c2ecf20Sopenharmony_ci * This file is licensed under the terms of the GNU General Public
108c2ecf20Sopenharmony_ci * License version 2. This program is licensed "as is" without any
118c2ecf20Sopenharmony_ci * warranty of any kind, whether express or implied.
128c2ecf20Sopenharmony_ci */
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#ifndef __MACH_MISC_REGS_H
158c2ecf20Sopenharmony_ci#define __MACH_MISC_REGS_H
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#include <mach/spear.h>
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#define MISC_BASE		(VA_SPEAR_ICM3_MISC_REG_BASE)
208c2ecf20Sopenharmony_ci#define DMA_CHN_CFG		(MISC_BASE + 0x0A0)
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci#endif /* __MACH_MISC_REGS_H */
23