Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (c) 2008 Simtec Electronics
0004  *  Ben Dooks <ben@simtec.co.uk>
0005  *  http://armlinux.simtec.co.uk/
0006  */
0007 
0008 #ifndef __ARCH_ARM_MACH_S3C24XX_S3C2412_H
0009 #define __ARCH_ARM_MACH_S3C24XX_S3C2412_H __FILE__
0010 
0011 #include "map-s3c.h"
0012 
0013 #define S3C2412_MEMREG(x)       (S3C24XX_VA_MEMCTRL + (x))
0014 #define S3C2412_EBIREG(x)       (S3C2412_VA_EBI + (x))
0015 
0016 #define S3C2412_SSMCREG(x)      (S3C2412_VA_SSMC + (x))
0017 #define S3C2412_SSMC(x, o)      (S3C2412_SSMCREG((x * 0x20) + (o)))
0018 
0019 #define S3C2412_REFRESH         S3C2412_MEMREG(0x10)
0020 
0021 #define S3C2412_EBI_BANKCFG     S3C2412_EBIREG(0x4)
0022 
0023 #define S3C2412_SSMC_BANK(x)        S3C2412_SSMC(x, 0x0)
0024 
0025 #endif /* __ARCH_ARM_MACH_S3C24XX_S3C2412_H */