blob: 61b3d1387d760b389fd7842d8b02f9ff110436d8 [file] [log] [blame]
Sylwester Nawrockica483842013-04-08 21:37:07 +09001/*
Russell Kinga09e64f2008-08-05 16:14:15 +01002 * 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 Nawrockica483842013-04-08 21:37:07 +090014#define __ASM_ARCH_REGS_DSC_H __FILE__
Russell Kinga09e64f2008-08-05 16:14:15 +010015
Sylwester Nawrockica483842013-04-08 21:37:07 +090016/* S3C2412 */
Russell Kinga09e64f2008-08-05 16:14:15 +010017#define S3C2412_DSC0 S3C2410_GPIOREG(0xdc)
18#define S3C2412_DSC1 S3C2410_GPIOREG(0xe0)
Russell Kinga09e64f2008-08-05 16:14:15 +010019
Sylwester Nawrockica483842013-04-08 21:37:07 +090020/* S3C2440 */
Russell Kinga09e64f2008-08-05 16:14:15 +010021#define S3C2440_DSC0 S3C2410_GPIOREG(0xc4)
22#define S3C2440_DSC1 S3C2410_GPIOREG(0xc8)
23
Russell Kinga09e64f2008-08-05 16:14:15 +010024#endif /* __ASM_ARCH_REGS_DSC_H */
25