regs-s3c2416.h 762 B

123456789101112131415161718192021222324
  1. /* arch/arm/mach-s3c2410/include/mach/regs-s3c2416.h
  2. *
  3. * Copyright (c) 2009 Yauhen Kharuzhy <jekhor@gmail.com>,
  4. * as part of OpenInkpot project
  5. * Copyright (c) 2009 Promwad Innovation Company
  6. * Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com>
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License version 2 as
  10. * published by the Free Software Foundation.
  11. *
  12. * S3C2416 specific register definitions
  13. */
  14. #ifndef __ASM_ARCH_REGS_S3C2416_H
  15. #define __ASM_ARCH_REGS_S3C2416_H "s3c2416"
  16. #define S3C2416_SWRST (S3C24XX_VA_CLKPWR + 0x44)
  17. #define S3C2416_SWRST_RESET (0x533C2416)
  18. /* see regs-power.h for the other registers in the power block. */
  19. #endif /* __ASM_ARCH_REGS_S3C2416_H */