Sylwester Nawrocki | ca48384 | 2013-04-08 21:37:07 +0900 | [diff] [blame] | 1 | /* |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 2 | * Copyright (c) 2004 Simtec Electronics <linux@simtec.co.uk> |
| 3 | * http://www.simtec.co.uk/products/SWLINUX/ |
| 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify |
| 6 | * it under the terms of the GNU General Public License version 2 as |
| 7 | * published by the Free Software Foundation. |
| 8 | * |
| 9 | * S3C2440/S3C2412 Signal Drive Strength Control |
| 10 | */ |
| 11 | |
| 12 | |
| 13 | #ifndef __ASM_ARCH_REGS_DSC_H |
Sylwester Nawrocki | ca48384 | 2013-04-08 21:37:07 +0900 | [diff] [blame] | 14 | #define __ASM_ARCH_REGS_DSC_H __FILE__ |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 15 | |
Sylwester Nawrocki | ca48384 | 2013-04-08 21:37:07 +0900 | [diff] [blame] | 16 | /* S3C2412 */ |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 17 | #define S3C2412_DSC0 S3C2410_GPIOREG(0xdc) |
| 18 | #define S3C2412_DSC1 S3C2410_GPIOREG(0xe0) |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 19 | |
Sylwester Nawrocki | ca48384 | 2013-04-08 21:37:07 +0900 | [diff] [blame] | 20 | /* S3C2440 */ |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 21 | #define S3C2440_DSC0 S3C2410_GPIOREG(0xc4) |
| 22 | #define S3C2440_DSC1 S3C2410_GPIOREG(0xc8) |
| 23 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 24 | #endif /* __ASM_ARCH_REGS_DSC_H */ |
| 25 | |