regs-sys.h 609 B

12345678910111213141516171819202122
  1. /*
  2. * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  3. * http://www.samsung.com
  4. *
  5. * EXYNOS - system register definition
  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. #ifndef __ASM_ARCH_REGS_SYS_H
  12. #define __ASM_ARCH_REGS_SYS_H __FILE__
  13. #include <mach/map.h>
  14. #define S5P_SYSREG(x) (S3C_VA_SYS + (x))
  15. /* For EXYNOS5 */
  16. #define EXYNOS5_SYS_I2C_CFG S5P_SYSREG(0x0234)
  17. #endif /* __ASM_ARCH_REGS_SYS_H */