]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/asm-blackfin/cpu/cdef_LPBlackfin.h
Add missing Blackfin files.
[karo-tx-uboot.git] / include / asm-blackfin / cpu / cdef_LPBlackfin.h
1 /*
2  * cdef_LPBlackfin.h
3  *
4  * This file is subject to the terms and conditions of the GNU Public
5  * License. See the file "COPYING" in the main directory of this archive
6  * for more details.
7  *
8  * Non-GPL License also available as part of VisualDSP++
9  *
10  * http://www.analog.com/processors/resources/crosscore/visualDspDevSoftware.html
11  *
12  * (c) Copyright 2001-2005 Analog Devices, Inc. All rights reserved
13  *
14  * This file under source code control, please send bugs or changes to:
15  * dsptools.support@analog.com
16  *
17  */
18
19 #ifndef _CDEF_LPBLACKFIN_H
20 #define _CDEF_LPBLACKFIN_H
21
22 /*
23  * #if !defined(__ADSPLPBLACKFIN__)
24  * #warning cdef_LPBlackfin.h should only be included for 532 compatible chips.
25  * #endif
26  */
27 #include <asm/cpu/def_LPBlackfin.h>
28
29 /* Cache & SRAM Memory */
30 #define pSRAM_BASE_ADDRESS ((volatile void **)SRAM_BASE_ADDRESS)
31 #define pDMEM_CONTROL ((volatile unsigned long *)DMEM_CONTROL)
32 #define pDCPLB_STATUS ((volatile unsigned long *)DCPLB_STATUS)
33 #define pDCPLB_FAULT_ADDR ((volatile void **)DCPLB_FAULT_ADDR)
34
35 /* #define MMR_TIMEOUT 0xFFE00010 */    /* Memory-Mapped Register Timeout Register */
36 #define pDCPLB_ADDR0 ((volatile void **)DCPLB_ADDR0)
37 #define pDCPLB_ADDR1 ((volatile void **)DCPLB_ADDR1)
38 #define pDCPLB_ADDR2 ((volatile void **)DCPLB_ADDR2)
39 #define pDCPLB_ADDR3 ((volatile void **)DCPLB_ADDR3)
40 #define pDCPLB_ADDR4 ((volatile void **)DCPLB_ADDR4)
41 #define pDCPLB_ADDR5 ((volatile void **)DCPLB_ADDR5)
42 #define pDCPLB_ADDR6 ((volatile void **)DCPLB_ADDR6)
43 #define pDCPLB_ADDR7 ((volatile void **)DCPLB_ADDR7)
44 #define pDCPLB_ADDR8 ((volatile void **)DCPLB_ADDR8)
45 #define pDCPLB_ADDR9 ((volatile void **)DCPLB_ADDR9)
46 #define pDCPLB_ADDR10 ((volatile void **)DCPLB_ADDR10)
47 #define pDCPLB_ADDR11 ((volatile void **)DCPLB_ADDR11)
48 #define pDCPLB_ADDR12 ((volatile void **)DCPLB_ADDR12)
49 #define pDCPLB_ADDR13 ((volatile void **)DCPLB_ADDR13)
50 #define pDCPLB_ADDR14 ((volatile void **)DCPLB_ADDR14)
51 #define pDCPLB_ADDR15 ((volatile void **)DCPLB_ADDR15)
52 #define pDCPLB_DATA0 ((volatile unsigned long *)DCPLB_DATA0)
53 #define pDCPLB_DATA1 ((volatile unsigned long *)DCPLB_DATA1)
54 #define pDCPLB_DATA2 ((volatile unsigned long *)DCPLB_DATA2)
55 #define pDCPLB_DATA3 ((volatile unsigned long *)DCPLB_DATA3)
56 #define pDCPLB_DATA4 ((volatile unsigned long *)DCPLB_DATA4)
57 #define pDCPLB_DATA5 ((volatile unsigned long *)DCPLB_DATA5)
58 #define pDCPLB_DATA6 ((volatile unsigned long *)DCPLB_DATA6)
59 #define pDCPLB_DATA7 ((volatile unsigned long *)DCPLB_DATA7)
60 #define pDCPLB_DATA8 ((volatile unsigned long *)DCPLB_DATA8)
61 #define pDCPLB_DATA9 ((volatile unsigned long *)DCPLB_DATA9)
62 #define pDCPLB_DATA10 ((volatile unsigned long *)DCPLB_DATA10)
63 #define pDCPLB_DATA11 ((volatile unsigned long *)DCPLB_DATA11)
64 #define pDCPLB_DATA12 ((volatile unsigned long *)DCPLB_DATA12)
65 #define pDCPLB_DATA13 ((volatile unsigned long *)DCPLB_DATA13)
66 #define pDCPLB_DATA14 ((volatile unsigned long *)DCPLB_DATA14)
67 #define pDCPLB_DATA15 ((volatile unsigned long *)DCPLB_DATA15)
68 #define pDTEST_COMMAND ((volatile unsigned long *)DTEST_COMMAND)
69
70 /* #define DTEST_INDEX            0xFFE00304 */         /* Data Test Index Register */
71 #define pDTEST_DATA0 ((volatile unsigned long *)DTEST_DATA0)
72 #define pDTEST_DATA1 ((volatile unsigned long *)DTEST_DATA1)
73
74 /*
75  * # define DTEST_DATA2 0xFFE00408   Data Test Data Register
76  * #define DTEST_DATA3  0xFFE0040C   Data Test Data Register
77  */
78 #define pIMEM_CONTROL ((volatile unsigned long *)IMEM_CONTROL)
79 #define pICPLB_STATUS ((volatile unsigned long *)ICPLB_STATUS)
80 #define pICPLB_FAULT_ADDR ((volatile void **)ICPLB_FAULT_ADDR)
81 #define pICPLB_ADDR0 ((volatile void **)ICPLB_ADDR0)
82 #define pICPLB_ADDR1 ((volatile void **)ICPLB_ADDR1)
83 #define pICPLB_ADDR2 ((volatile void **)ICPLB_ADDR2)
84 #define pICPLB_ADDR3 ((volatile void **)ICPLB_ADDR3)
85 #define pICPLB_ADDR4 ((volatile void **)ICPLB_ADDR4)
86 #define pICPLB_ADDR5 ((volatile void **)ICPLB_ADDR5)
87 #define pICPLB_ADDR6 ((volatile void **)ICPLB_ADDR6)
88 #define pICPLB_ADDR7 ((volatile void **)ICPLB_ADDR7)
89 #define pICPLB_ADDR8 ((volatile void **)ICPLB_ADDR8)
90 #define pICPLB_ADDR9 ((volatile void **)ICPLB_ADDR9)
91 #define pICPLB_ADDR10 ((volatile void **)ICPLB_ADDR10)
92 #define pICPLB_ADDR11 ((volatile void **)ICPLB_ADDR11)
93 #define pICPLB_ADDR12 ((volatile void **)ICPLB_ADDR12)
94 #define pICPLB_ADDR13 ((volatile void **)ICPLB_ADDR13)
95 #define pICPLB_ADDR14 ((volatile void **)ICPLB_ADDR14)
96 #define pICPLB_ADDR15 ((volatile void **)ICPLB_ADDR15)
97 #define pICPLB_DATA0 ((volatile unsigned long *)ICPLB_DATA0)
98 #define pICPLB_DATA1 ((volatile unsigned long *)ICPLB_DATA1)
99 #define pICPLB_DATA2 ((volatile unsigned long *)ICPLB_DATA2)
100 #define pICPLB_DATA3 ((volatile unsigned long *)ICPLB_DATA3)
101 #define pICPLB_DATA4 ((volatile unsigned long *)ICPLB_DATA4)
102 #define pICPLB_DATA5 ((volatile unsigned long *)ICPLB_DATA5)
103 #define pICPLB_DATA6 ((volatile unsigned long *)ICPLB_DATA6)
104 #define pICPLB_DATA7 ((volatile unsigned long *)ICPLB_DATA7)
105 #define pICPLB_DATA8 ((volatile unsigned long *)ICPLB_DATA8)
106 #define pICPLB_DATA9 ((volatile unsigned long *)ICPLB_DATA9)
107 #define pICPLB_DATA10 ((volatile unsigned long *)ICPLB_DATA10)
108 #define pICPLB_DATA11 ((volatile unsigned long *)ICPLB_DATA11)
109 #define pICPLB_DATA12 ((volatile unsigned long *)ICPLB_DATA12)
110 #define pICPLB_DATA13 ((volatile unsigned long *)ICPLB_DATA13)
111 #define pICPLB_DATA14 ((volatile unsigned long *)ICPLB_DATA14)
112 #define pICPLB_DATA15 ((volatile unsigned long *)ICPLB_DATA15)
113 #define pITEST_COMMAND ((volatile unsigned long *)ITEST_COMMAND)
114
115 /* #define ITEST_INDEX 0xFFE01304 */    /* Instruction Test Index Register */
116 #define pITEST_DATA0 ((volatile unsigned long *)ITEST_DATA0)
117 #define pITEST_DATA1 ((volatile unsigned long *)ITEST_DATA1)
118
119 /* Event/Interrupt Registers */
120 #define pEVT0 ((volatile void **)EVT0)
121 #define pEVT1 ((volatile void **)EVT1)
122 #define pEVT2 ((volatile void **)EVT2)
123 #define pEVT3 ((volatile void **)EVT3)
124 #define pEVT4 ((volatile void **)EVT4)
125 #define pEVT5 ((volatile void **)EVT5)
126 #define pEVT6 ((volatile void **)EVT6)
127 #define pEVT7 ((volatile void **)EVT7)
128 #define pEVT8 ((volatile void **)EVT8)
129 #define pEVT9 ((volatile void **)EVT9)
130 #define pEVT10 ((volatile void **)EVT10)
131 #define pEVT11 ((volatile void **)EVT11)
132 #define pEVT12 ((volatile void **)EVT12)
133 #define pEVT13 ((volatile void **)EVT13)
134 #define pEVT14 ((volatile void **)EVT14)
135 #define pEVT15 ((volatile void **)EVT15)
136 #define pIMASK ((volatile unsigned long *)IMASK)
137 #define pIPEND ((volatile unsigned long *)IPEND)
138 #define pILAT ((volatile unsigned long *)ILAT)
139
140 /* Core Timer Registers */
141 #define pTCNTL ((volatile unsigned long *)TCNTL)
142 #define pTPERIOD ((volatile unsigned long *)TPERIOD)
143 #define pTSCALE ((volatile unsigned long *)TSCALE)
144 #define pTCOUNT ((volatile unsigned long *)TCOUNT)
145
146 /* Debug/MP/Emulation Registers */
147 #define pDSPID ((volatile unsigned long *)DSPID)
148 #define pDBGCTL ((volatile unsigned long *)DBGCTL)
149 #define pDBGSTAT ((volatile unsigned long *)DBGSTAT)
150 #define pEMUDAT ((volatile unsigned long *)EMUDAT)
151
152 /* Trace Buffer Registers */
153 #define pTBUFCTL ((volatile unsigned long *)TBUFCTL)
154 #define pTBUFSTAT ((volatile unsigned long *)TBUFSTAT)
155 #define pTBUF ((volatile void **)TBUF)
156
157 /* Watch Point Control Registers */
158 #define pWPIACTL ((volatile unsigned long *)WPIACTL)
159 #define pWPIA0 ((volatile void **)WPIA0)
160 #define pWPIA1 ((volatile void **)WPIA1)
161 #define pWPIA2 ((volatile void **)WPIA2)
162 #define pWPIA3 ((volatile void **)WPIA3)
163 #define pWPIA4 ((volatile void **)WPIA4)
164 #define pWPIA5 ((volatile void **)WPIA5)
165 #define pWPIACNT0 ((volatile unsigned long *)WPIACNT0)
166 #define pWPIACNT1 ((volatile unsigned long *)WPIACNT1)
167 #define pWPIACNT2 ((volatile unsigned long *)WPIACNT2)
168 #define pWPIACNT3 ((volatile unsigned long *)WPIACNT3)
169 #define pWPIACNT4 ((volatile unsigned long *)WPIACNT4)
170 #define pWPIACNT5 ((volatile unsigned long *)WPIACNT5)
171 #define pWPDACTL ((volatile unsigned long *)WPDACTL)
172 #define pWPDA0 ((volatile void **)WPDA0)
173 #define pWPDA1 ((volatile void **)WPDA1)
174 #define pWPDACNT0 ((volatile unsigned long *)WPDACNT0)
175 #define pWPDACNT1 ((volatile unsigned long *)WPDACNT1)
176 #define pWPSTAT ((volatile unsigned long *)WPSTAT)
177
178 /* Performance Monitor Registers */
179 #define pPFCTL ((volatile unsigned long *)PFCTL)
180 #define pPFCNTR0 ((volatile unsigned long *)PFCNTR0)
181 #define pPFCNTR1 ((volatile unsigned long *)PFCNTR1)
182
183 /* #define IPRIO 0xFFE02110 */ /* Core Interrupt Priority Register */
184
185 #endif  /* _CDEF_LPBLACKFIN_H */