regs-sys-s3c64xx.h 697 B

123456789101112131415161718192021222324252627
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright 2008 Openmoko, Inc.
  4. * Copyright 2008 Simtec Electronics
  5. * Ben Dooks <[email protected]>
  6. * http://armlinux.simtec.co.uk/
  7. *
  8. * S3C64XX system register definitions
  9. */
  10. #ifndef __MACH_S3C64XX_REGS_SYS_H
  11. #define __MACH_S3C64XX_REGS_SYS_H __FILE__
  12. #define S3C_SYSREG(x) (S3C_VA_SYS + (x))
  13. #define S3C64XX_AHB_CON0 S3C_SYSREG(0x100)
  14. #define S3C64XX_AHB_CON1 S3C_SYSREG(0x104)
  15. #define S3C64XX_AHB_CON2 S3C_SYSREG(0x108)
  16. #define S3C64XX_SDMA_SEL S3C_SYSREG(0x110)
  17. #define S3C64XX_OTHERS S3C_SYSREG(0x900)
  18. #define S3C64XX_OTHERS_USBMASK (1 << 16)
  19. #define S3C64XX_OTHERS_SYNCMUXSEL (1 << 6)
  20. #endif /* __MACH_S3C64XX_REGS_SYS_H */