regs-sysmmu.h 840 B

12345678910111213141516171819202122232425262728
  1. /* linux/arch/arm/mach-exynos4/include/mach/regs-sysmmu.h
  2. *
  3. * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
  4. * http://www.samsung.com
  5. *
  6. * EXYNOS4 - System MMU register
  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. #ifndef __ASM_ARCH_REGS_SYSMMU_H
  13. #define __ASM_ARCH_REGS_SYSMMU_H __FILE__
  14. #define S5P_MMU_CTRL 0x000
  15. #define S5P_MMU_CFG 0x004
  16. #define S5P_MMU_STATUS 0x008
  17. #define S5P_MMU_FLUSH 0x00C
  18. #define S5P_PT_BASE_ADDR 0x014
  19. #define S5P_INT_STATUS 0x018
  20. #define S5P_INT_CLEAR 0x01C
  21. #define S5P_PAGE_FAULT_ADDR 0x024
  22. #define S5P_AW_FAULT_ADDR 0x028
  23. #define S5P_AR_FAULT_ADDR 0x02C
  24. #define S5P_DEFAULT_SLAVE_ADDR 0x030
  25. #endif /* __ASM_ARCH_REGS_SYSMMU_H */