Merge remote-tracking branch 'asoc/fix/fsl-ssi' into asoc-linus
[deliverable/linux.git] / arch / arm / mach-s3c24xx / regs-dsc.h
CommitLineData
ca483848 1/*
1da177e4
LT
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 *
2b8b4913 9 * S3C2440/S3C2412 Signal Drive Strength Control
1da177e4
LT
10*/
11
12
13#ifndef __ASM_ARCH_REGS_DSC_H
ca483848 14#define __ASM_ARCH_REGS_DSC_H __FILE__
1da177e4 15
ca483848 16/* S3C2412 */
2b8b4913
BD
17#define S3C2412_DSC0 S3C2410_GPIOREG(0xdc)
18#define S3C2412_DSC1 S3C2410_GPIOREG(0xe0)
1da177e4 19
ca483848 20/* S3C2440 */
1da177e4
LT
21#define S3C2440_DSC0 S3C2410_GPIOREG(0xc4)
22#define S3C2440_DSC1 S3C2410_GPIOREG(0xc8)
23
1da177e4
LT
24#endif /* __ASM_ARCH_REGS_DSC_H */
25
This page took 0.765973 seconds and 5 git commands to generate.