upload tizen1.0 source
[kernel/linux-2.6.36.git] / arch / arm / plat-s5p / include / plat / regs-tzpc.h
1 /*
2  * linux/arch/arm/plat-s5p/include/plat/regs-tzpc.h
3  *
4  * Copyright (C) 2010 Samsung Electronics Co.Ltd
5  * Author: Joonyoung Shim <jy0922.shim@samsung.com>
6  *
7  *  This program is free software; you can redistribute  it and/or modify it
8  *  under  the terms of  the GNU General  Public License as published by the
9  *  Free Software Foundation;  either version 2 of the  License, or (at your
10  *  option) any later version.
11  *
12  */
13
14 #ifndef __PLAT_REGS_TZPC_H
15 #define __PLAT_REGS_TZPC_H
16
17 #define S5PV310_TZPC_NUM                6
18 #define S5PV310_TZPC_NR                 4
19
20 #define S5PV310_TZPC_R0SIZE             (0x00)
21 #define S5PV310_TZPC_DECPROT_STAT(x)    (0x800 + ((x) * 0x0C))
22 #define S5PV310_TZPC_DECPROT_SET(x)     (0x804 + ((x) * 0x0C))
23 #define S5PV310_TZPC_DECPROT_CLR(x)     (0x808 + ((x) * 0x0C))
24 #define S5PV310_TZPC_PERIPHID0          (0xFE0)
25 #define S5PV310_TZPC_PERIPHID1          (0xFE4)
26 #define S5PV310_TZPC_PERIPHID2          (0xFE8)
27 #define S5PV310_TZPC_PERIPHID3          (0xFEC)
28 #define S5PV310_TZPC_PCELLID0           (0xFF0)
29 #define S5PV310_TZPC_PCELLID1           (0xFF4)
30 #define S5PV310_TZPC_PCELLID2           (0xFF8)
31 #define S5PV310_TZPC_PCELLID3           (0xFFC)
32
33 #endif /* _PLAT_REGS_TZPC_H */