Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (c) 2004 Simtec Electronics <linux@simtec.co.uk>
0004  *            http://www.simtec.co.uk/products/SWLINUX/
0005  *
0006  * S3C2440/S3C2412 Signal Drive Strength Control
0007  */
0008 
0009 
0010 #ifndef __ASM_ARCH_REGS_DSC_S3C24XX_H
0011 #define __ASM_ARCH_REGS_DSC_S3C24XX_H __FILE__
0012 
0013 /* S3C2412 */
0014 #define S3C2412_DSC0       S3C2410_GPIOREG(0xdc)
0015 #define S3C2412_DSC1       S3C2410_GPIOREG(0xe0)
0016 
0017 /* S3C2440 */
0018 #define S3C2440_DSC0       S3C2410_GPIOREG(0xc4)
0019 #define S3C2440_DSC1       S3C2410_GPIOREG(0xc8)
0020 
0021 #endif  /* __ASM_ARCH_REGS_DSC_S3C24XX_H */
0022