regs-dsc.h 684 B

1234567891011121314151617181920212223242526
  1. /*
  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. #ifndef __ASM_ARCH_REGS_DSC_H
  12. #define __ASM_ARCH_REGS_DSC_H __FILE__
  13. /* S3C2412 */
  14. #define S3C2412_DSC0 S3C2410_GPIOREG(0xdc)
  15. #define S3C2412_DSC1 S3C2410_GPIOREG(0xe0)
  16. /* S3C2440 */
  17. #define S3C2440_DSC0 S3C2410_GPIOREG(0xc4)
  18. #define S3C2440_DSC1 S3C2410_GPIOREG(0xc8)
  19. #endif /* __ASM_ARCH_REGS_DSC_H */