blob: 68ff6ad08a2b174404cdcb184dd6f98dd852ef64 [file] [log] [blame]
Kukjin Kim7d30e8b2011-02-14 16:33:10 +09001/* linux/arch/arm/mach-exynos4/include/mach/regs-sysmmu.h
Donguk Ryub55f6852011-01-13 13:35:31 +09002 *
Kukjin Kim7d30e8b2011-02-14 16:33:10 +09003 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
Donguk Ryub55f6852011-01-13 13:35:31 +09004 * http://www.samsung.com
5 *
Kukjin Kim7d30e8b2011-02-14 16:33:10 +09006 * EXYNOS4 - System MMU register
Donguk Ryub55f6852011-01-13 13:35:31 +09007 *
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
13#ifndef __ASM_ARCH_REGS_SYSMMU_H
14#define __ASM_ARCH_REGS_SYSMMU_H __FILE__
15
16#define S5P_MMU_CTRL 0x000
17#define S5P_MMU_CFG 0x004
18#define S5P_MMU_STATUS 0x008
19#define S5P_MMU_FLUSH 0x00C
20#define S5P_PT_BASE_ADDR 0x014
21#define S5P_INT_STATUS 0x018
KyongHo Chob34f0032011-03-07 08:56:48 +090022#define S5P_INT_CLEAR 0x01C
Donguk Ryub55f6852011-01-13 13:35:31 +090023#define S5P_PAGE_FAULT_ADDR 0x024
KyongHo Chob34f0032011-03-07 08:56:48 +090024#define S5P_AW_FAULT_ADDR 0x028
25#define S5P_AR_FAULT_ADDR 0x02C
26#define S5P_DEFAULT_SLAVE_ADDR 0x030
Donguk Ryub55f6852011-01-13 13:35:31 +090027
28#endif /* __ASM_ARCH_REGS_SYSMMU_H */