This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / asm-arm / arch-omap / tc.h
1 /*
2  * linux/include/asm-arm/arch-omap/tc.h
3  *
4  * OMAP Traffic Controller
5  *
6  * Copyright (C) 2004 Nokia Corporation
7  * Author: Imre Deak <imre.deak@nokia.com>
8  *
9  * This program is free software; you can redistribute it and/or modify it
10  * under the terms of the GNU General Public License as published by the
11  * Free Software Foundation; either version 2 of the License, or (at your
12  * option) any later version.
13  *
14  * This program is distributed in the hope that it will be useful, but
15  * WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License along
20  * with this program; if not, write to the Free Software Foundation, Inc.,
21  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22  */
23
24 #ifndef __ASM_ARCH_TC_H
25 #define __ASM_ARCH_TC_H
26
27 #define OMAP_TC_OCPT1_PRIOR     0xFFFECC00
28 #define OMAP_TC_EMIFS_PRIOR     0xFFFECC04
29 #define OMAP_TC_EMIFF_PRIOR     0xFFFECC08
30 #define OMAP_TC_OCPT2_PRIOR     0xFFFECCD0
31
32
33 /* EMIF Slow Interface Configuration Register */
34 #define OMAP_EMIFS_CONFIG_REG   __REG32(EMIFS_CONFIG)
35
36 #define OMAP_EMIFS_CONFIG_FR            (1 << 4)
37 #define OMAP_EMIFS_CONFIG_PDE           (1 << 3)
38 #define OMAP_EMIFS_CONFIG_PWD_EN        (1 << 2)
39 #define OMAP_EMIFS_CONFIG_BM            (1 << 1)
40 #define OMAP_EMIFS_CONFIG_WP            (1 << 0)
41
42 /* external EMIFS chipselect regions */
43 #define OMAP_CS1_PHYS           0x04000000
44 #define OMAP_CS1_SIZE           SZ_64M
45
46 #define OMAP_CS1A_PHYS          OMAP_CS1_PHYS
47 #define OMAP_CS1A_SIZE          SZ_32M
48
49 #define OMAP_CS1B_PHYS          (OMAP_CS1A_PHYS + OMAP_CS1A_SIZE)
50 #define OMAP_CS1B_SIZE          SZ_32M
51
52 #define OMAP_CS2_PHYS           0x08000000
53 #define OMAP_CS2_SIZE           SZ_64M
54
55 #define OMAP_CS2A_PHYS          OMAP_CS2_PHYS
56 #define OMAP_CS2A_SIZE          SZ_32M
57
58 #define OMAP_CS2B_PHYS          (OMAP_CS2A_PHYS + OMAP_CS2A_SIZE)
59 #define OMAP_CS2B_SIZE          SZ_32M
60
61 #define OMAP_CS3_PHYS           0x0c000000
62 #define OMAP_CS3_SIZE           SZ_64M
63
64 #endif  /* __ASM_ARCH_TC_H */