regs-s3c2412-mem.h 882 B

1234567891011121314151617181920212223242526272829
  1. /* arch/arm/mach-s3c2410/include/mach/regs-s3c2412-mem.h
  2. *
  3. * Copyright (c) 2008 Simtec Electronics
  4. * Ben Dooks <ben@simtec.co.uk>
  5. * http://armlinux.simtec.co.uk/
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. *
  11. * S3C2412 memory register definitions
  12. */
  13. #ifndef __ASM_ARM_REGS_S3C2412_MEM
  14. #define __ASM_ARM_REGS_S3C2412_MEM
  15. #ifndef S3C2412_MEMREG
  16. #define S3C2412_MEMREG(x) (S3C24XX_VA_MEMCTRL + (x))
  17. #endif
  18. #define S3C2412_BANKCFG S3C2412_MEMREG(0x00)
  19. #define S3C2412_BANKCON1 S3C2412_MEMREG(0x04)
  20. #define S3C2412_BANKCON2 S3C2412_MEMREG(0x08)
  21. #define S3C2412_BANKCON3 S3C2412_MEMREG(0x0C)
  22. #define S3C2412_REFRESH S3C2412_MEMREG(0x10)
  23. #define S3C2412_TIMEOUT S3C2412_MEMREG(0x14)
  24. #endif /* __ASM_ARM_REGS_S3C2412_MEM */