blob: 61b3d1387d760b389fd7842d8b02f9ff110436d8 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001/*
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
14#define __ASM_ARCH_REGS_DSC_H __FILE__
15
16/* S3C2412 */
17#define S3C2412_DSC0 S3C2410_GPIOREG(0xdc)
18#define S3C2412_DSC1 S3C2410_GPIOREG(0xe0)
19
20/* S3C2440 */
21#define S3C2440_DSC0 S3C2410_GPIOREG(0xc4)
22#define S3C2440_DSC1 S3C2410_GPIOREG(0xc8)
23
24#endif /* __ASM_ARCH_REGS_DSC_H */
25