Path: blob/master/arch/arm/mach-exynos4/include/mach/regs-sysmmu.h
10820 views
/* linux/arch/arm/mach-exynos4/include/mach/regs-sysmmu.h1*2* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.3* http://www.samsung.com4*5* EXYNOS4 - System MMU register6*7* This program is free software; you can redistribute it and/or modify8* it under the terms of the GNU General Public License version 2 as9* published by the Free Software Foundation.10*/1112#ifndef __ASM_ARCH_REGS_SYSMMU_H13#define __ASM_ARCH_REGS_SYSMMU_H __FILE__1415#define S5P_MMU_CTRL 0x00016#define S5P_MMU_CFG 0x00417#define S5P_MMU_STATUS 0x00818#define S5P_MMU_FLUSH 0x00C19#define S5P_PT_BASE_ADDR 0x01420#define S5P_INT_STATUS 0x01821#define S5P_INT_CLEAR 0x01C22#define S5P_PAGE_FAULT_ADDR 0x02423#define S5P_AW_FAULT_ADDR 0x02824#define S5P_AR_FAULT_ADDR 0x02C25#define S5P_DEFAULT_SLAVE_ADDR 0x0302627#endif /* __ASM_ARCH_REGS_SYSMMU_H */282930