Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Miscellaneous registers definitions for SPEAr3xx machine family
0004  *
0005  * Copyright (C) 2009 ST Microelectronics
0006  * Viresh Kumar <vireshk@kernel.org>
0007  */
0008 
0009 #ifndef __MACH_MISC_REGS_H
0010 #define __MACH_MISC_REGS_H
0011 
0012 #include "spear.h"
0013 
0014 #define MISC_BASE       (VA_SPEAR_ICM3_MISC_REG_BASE)
0015 #define DMA_CHN_CFG     (MISC_BASE + 0x0A0)
0016 
0017 #endif /* __MACH_MISC_REGS_H */