]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53_bsp/psu_cortexa53_0/include/xlpd_xppu.h
Completely re-generate the Zynq 7000 demo using the 2016.1 SDK tools.
[freertos] / FreeRTOS / Demo / CORTEX_A53_64-bit_UltraScale_MPSoC / RTOSDemo_A53_bsp / psu_cortexa53_0 / include / xlpd_xppu.h
1 /* ### HEADER ### */
2
3 #ifndef __XLPD_XPPU_H__
4 #define __XLPD_XPPU_H__
5
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11 /**
12  * XlpdXppu Base Address
13  */
14 #define XLPD_XPPU_BASEADDR      0xFF980000UL
15
16 /**
17  * Register: XlpdXppuCtrl
18  */
19 #define XLPD_XPPU_CTRL    ( ( XLPD_XPPU_BASEADDR ) + 0x00000000UL )
20 #define XLPD_XPPU_CTRL_RSTVAL   0x00000000UL
21
22 #define XLPD_XPPU_CTRL_APER_PARITY_EN_SHIFT   2UL
23 #define XLPD_XPPU_CTRL_APER_PARITY_EN_WIDTH   1UL
24 #define XLPD_XPPU_CTRL_APER_PARITY_EN_MASK    0x00000004UL
25 #define XLPD_XPPU_CTRL_APER_PARITY_EN_DEFVAL  0x0UL
26
27 #define XLPD_XPPU_CTRL_MID_PARITY_EN_SHIFT   1UL
28 #define XLPD_XPPU_CTRL_MID_PARITY_EN_WIDTH   1UL
29 #define XLPD_XPPU_CTRL_MID_PARITY_EN_MASK    0x00000002UL
30 #define XLPD_XPPU_CTRL_MID_PARITY_EN_DEFVAL  0x0UL
31
32 #define XLPD_XPPU_CTRL_EN_SHIFT   0UL
33 #define XLPD_XPPU_CTRL_EN_WIDTH   1UL
34 #define XLPD_XPPU_CTRL_EN_MASK    0x00000001UL
35 #define XLPD_XPPU_CTRL_EN_DEFVAL  0x0UL
36
37 /**
38  * Register: XlpdXppuErrSts1
39  */
40 #define XLPD_XPPU_ERR_STS1    ( ( XLPD_XPPU_BASEADDR ) + 0x00000004UL )
41 #define XLPD_XPPU_ERR_STS1_RSTVAL   0x00000000UL
42
43 #define XLPD_XPPU_ERR_STS1_AXI_ADDR_SHIFT   0UL
44 #define XLPD_XPPU_ERR_STS1_AXI_ADDR_WIDTH   32UL
45 #define XLPD_XPPU_ERR_STS1_AXI_ADDR_MASK    0xffffffffUL
46 #define XLPD_XPPU_ERR_STS1_AXI_ADDR_DEFVAL  0x0UL
47
48 /**
49  * Register: XlpdXppuErrSts2
50  */
51 #define XLPD_XPPU_ERR_STS2    ( ( XLPD_XPPU_BASEADDR ) + 0x00000008UL )
52 #define XLPD_XPPU_ERR_STS2_RSTVAL   0x00000000UL
53
54 #define XLPD_XPPU_ERR_STS2_AXI_ID_SHIFT   0UL
55 #define XLPD_XPPU_ERR_STS2_AXI_ID_WIDTH   16UL
56 #define XLPD_XPPU_ERR_STS2_AXI_ID_MASK    0x0000ffffUL
57 #define XLPD_XPPU_ERR_STS2_AXI_ID_DEFVAL  0x0UL
58
59 /**
60  * Register: XlpdXppuPoison
61  */
62 #define XLPD_XPPU_POISON    ( ( XLPD_XPPU_BASEADDR ) + 0x0000000CUL )
63 #define XLPD_XPPU_POISON_RSTVAL   0x00000000UL
64
65 #define XLPD_XPPU_POISON_BASE_SHIFT   0UL
66 #define XLPD_XPPU_POISON_BASE_WIDTH   20UL
67 #define XLPD_XPPU_POISON_BASE_MASK    0x000fffffUL
68 #define XLPD_XPPU_POISON_BASE_DEFVAL  0x0UL
69
70 /**
71  * Register: XlpdXppuIsr
72  */
73 #define XLPD_XPPU_ISR    ( ( XLPD_XPPU_BASEADDR ) + 0x00000010UL )
74 #define XLPD_XPPU_ISR_RSTVAL   0x00000000UL
75
76 #define XLPD_XPPU_ISR_APER_PARITY_SHIFT   7UL
77 #define XLPD_XPPU_ISR_APER_PARITY_WIDTH   1UL
78 #define XLPD_XPPU_ISR_APER_PARITY_MASK    0x00000080UL
79 #define XLPD_XPPU_ISR_APER_PARITY_DEFVAL  0x0UL
80
81 #define XLPD_XPPU_ISR_APER_TZ_SHIFT   6UL
82 #define XLPD_XPPU_ISR_APER_TZ_WIDTH   1UL
83 #define XLPD_XPPU_ISR_APER_TZ_MASK    0x00000040UL
84 #define XLPD_XPPU_ISR_APER_TZ_DEFVAL  0x0UL
85
86 #define XLPD_XPPU_ISR_APER_PERM_SHIFT   5UL
87 #define XLPD_XPPU_ISR_APER_PERM_WIDTH   1UL
88 #define XLPD_XPPU_ISR_APER_PERM_MASK    0x00000020UL
89 #define XLPD_XPPU_ISR_APER_PERM_DEFVAL  0x0UL
90
91 #define XLPD_XPPU_ISR_MID_PARITY_SHIFT   3UL
92 #define XLPD_XPPU_ISR_MID_PARITY_WIDTH   1UL
93 #define XLPD_XPPU_ISR_MID_PARITY_MASK    0x00000008UL
94 #define XLPD_XPPU_ISR_MID_PARITY_DEFVAL  0x0UL
95
96 #define XLPD_XPPU_ISR_MID_RO_SHIFT   2UL
97 #define XLPD_XPPU_ISR_MID_RO_WIDTH   1UL
98 #define XLPD_XPPU_ISR_MID_RO_MASK    0x00000004UL
99 #define XLPD_XPPU_ISR_MID_RO_DEFVAL  0x0UL
100
101 #define XLPD_XPPU_ISR_MID_MISS_SHIFT   1UL
102 #define XLPD_XPPU_ISR_MID_MISS_WIDTH   1UL
103 #define XLPD_XPPU_ISR_MID_MISS_MASK    0x00000002UL
104 #define XLPD_XPPU_ISR_MID_MISS_DEFVAL  0x0UL
105
106 #define XLPD_XPPU_ISR_INV_APB_SHIFT   0UL
107 #define XLPD_XPPU_ISR_INV_APB_WIDTH   1UL
108 #define XLPD_XPPU_ISR_INV_APB_MASK    0x00000001UL
109 #define XLPD_XPPU_ISR_INV_APB_DEFVAL  0x0UL
110
111 /**
112  * Register: XlpdXppuImr
113  */
114 #define XLPD_XPPU_IMR    ( ( XLPD_XPPU_BASEADDR ) + 0x00000014UL )
115 #define XLPD_XPPU_IMR_RSTVAL   0x000000efUL
116
117 #define XLPD_XPPU_IMR_APER_PARITY_SHIFT   7UL
118 #define XLPD_XPPU_IMR_APER_PARITY_WIDTH   1UL
119 #define XLPD_XPPU_IMR_APER_PARITY_MASK    0x00000080UL
120 #define XLPD_XPPU_IMR_APER_PARITY_DEFVAL  0x1UL
121
122 #define XLPD_XPPU_IMR_APER_TZ_SHIFT   6UL
123 #define XLPD_XPPU_IMR_APER_TZ_WIDTH   1UL
124 #define XLPD_XPPU_IMR_APER_TZ_MASK    0x00000040UL
125 #define XLPD_XPPU_IMR_APER_TZ_DEFVAL  0x1UL
126
127 #define XLPD_XPPU_IMR_APER_PERM_SHIFT   5UL
128 #define XLPD_XPPU_IMR_APER_PERM_WIDTH   1UL
129 #define XLPD_XPPU_IMR_APER_PERM_MASK    0x00000020UL
130 #define XLPD_XPPU_IMR_APER_PERM_DEFVAL  0x1UL
131
132 #define XLPD_XPPU_IMR_MID_PARITY_SHIFT   3UL
133 #define XLPD_XPPU_IMR_MID_PARITY_WIDTH   1UL
134 #define XLPD_XPPU_IMR_MID_PARITY_MASK    0x00000008UL
135 #define XLPD_XPPU_IMR_MID_PARITY_DEFVAL  0x1UL
136
137 #define XLPD_XPPU_IMR_MID_RO_SHIFT   2UL
138 #define XLPD_XPPU_IMR_MID_RO_WIDTH   1UL
139 #define XLPD_XPPU_IMR_MID_RO_MASK    0x00000004UL
140 #define XLPD_XPPU_IMR_MID_RO_DEFVAL  0x1UL
141
142 #define XLPD_XPPU_IMR_MID_MISS_SHIFT   1UL
143 #define XLPD_XPPU_IMR_MID_MISS_WIDTH   1UL
144 #define XLPD_XPPU_IMR_MID_MISS_MASK    0x00000002UL
145 #define XLPD_XPPU_IMR_MID_MISS_DEFVAL  0x1UL
146
147 #define XLPD_XPPU_IMR_INV_APB_SHIFT   0UL
148 #define XLPD_XPPU_IMR_INV_APB_WIDTH   1UL
149 #define XLPD_XPPU_IMR_INV_APB_MASK    0x00000001UL
150 #define XLPD_XPPU_IMR_INV_APB_DEFVAL  0x1UL
151
152 /**
153  * Register: XlpdXppuIen
154  */
155 #define XLPD_XPPU_IEN    ( ( XLPD_XPPU_BASEADDR ) + 0x00000018UL )
156 #define XLPD_XPPU_IEN_RSTVAL   0x00000000UL
157
158 #define XLPD_XPPU_IEN_APER_PARITY_SHIFT   7UL
159 #define XLPD_XPPU_IEN_APER_PARITY_WIDTH   1UL
160 #define XLPD_XPPU_IEN_APER_PARITY_MASK    0x00000080UL
161 #define XLPD_XPPU_IEN_APER_PARITY_DEFVAL  0x0UL
162
163 #define XLPD_XPPU_IEN_APER_TZ_SHIFT   6UL
164 #define XLPD_XPPU_IEN_APER_TZ_WIDTH   1UL
165 #define XLPD_XPPU_IEN_APER_TZ_MASK    0x00000040UL
166 #define XLPD_XPPU_IEN_APER_TZ_DEFVAL  0x0UL
167
168 #define XLPD_XPPU_IEN_APER_PERM_SHIFT   5UL
169 #define XLPD_XPPU_IEN_APER_PERM_WIDTH   1UL
170 #define XLPD_XPPU_IEN_APER_PERM_MASK    0x00000020UL
171 #define XLPD_XPPU_IEN_APER_PERM_DEFVAL  0x0UL
172
173 #define XLPD_XPPU_IEN_MID_PARITY_SHIFT   3UL
174 #define XLPD_XPPU_IEN_MID_PARITY_WIDTH   1UL
175 #define XLPD_XPPU_IEN_MID_PARITY_MASK    0x00000008UL
176 #define XLPD_XPPU_IEN_MID_PARITY_DEFVAL  0x0UL
177
178 #define XLPD_XPPU_IEN_MID_RO_SHIFT   2UL
179 #define XLPD_XPPU_IEN_MID_RO_WIDTH   1UL
180 #define XLPD_XPPU_IEN_MID_RO_MASK    0x00000004UL
181 #define XLPD_XPPU_IEN_MID_RO_DEFVAL  0x0UL
182
183 #define XLPD_XPPU_IEN_MID_MISS_SHIFT   1UL
184 #define XLPD_XPPU_IEN_MID_MISS_WIDTH   1UL
185 #define XLPD_XPPU_IEN_MID_MISS_MASK    0x00000002UL
186 #define XLPD_XPPU_IEN_MID_MISS_DEFVAL  0x0UL
187
188 #define XLPD_XPPU_IEN_INV_APB_SHIFT   0UL
189 #define XLPD_XPPU_IEN_INV_APB_WIDTH   1UL
190 #define XLPD_XPPU_IEN_INV_APB_MASK    0x00000001UL
191 #define XLPD_XPPU_IEN_INV_APB_DEFVAL  0x0UL
192
193 /**
194  * Register: XlpdXppuIds
195  */
196 #define XLPD_XPPU_IDS    ( ( XLPD_XPPU_BASEADDR ) + 0x0000001CUL )
197 #define XLPD_XPPU_IDS_RSTVAL   0x00000000UL
198
199 #define XLPD_XPPU_IDS_APER_PARITY_SHIFT   7UL
200 #define XLPD_XPPU_IDS_APER_PARITY_WIDTH   1UL
201 #define XLPD_XPPU_IDS_APER_PARITY_MASK    0x00000080UL
202 #define XLPD_XPPU_IDS_APER_PARITY_DEFVAL  0x0UL
203
204 #define XLPD_XPPU_IDS_APER_TZ_SHIFT   6UL
205 #define XLPD_XPPU_IDS_APER_TZ_WIDTH   1UL
206 #define XLPD_XPPU_IDS_APER_TZ_MASK    0x00000040UL
207 #define XLPD_XPPU_IDS_APER_TZ_DEFVAL  0x0UL
208
209 #define XLPD_XPPU_IDS_APER_PERM_SHIFT   5UL
210 #define XLPD_XPPU_IDS_APER_PERM_WIDTH   1UL
211 #define XLPD_XPPU_IDS_APER_PERM_MASK    0x00000020UL
212 #define XLPD_XPPU_IDS_APER_PERM_DEFVAL  0x0UL
213
214 #define XLPD_XPPU_IDS_MID_PARITY_SHIFT   3UL
215 #define XLPD_XPPU_IDS_MID_PARITY_WIDTH   1UL
216 #define XLPD_XPPU_IDS_MID_PARITY_MASK    0x00000008UL
217 #define XLPD_XPPU_IDS_MID_PARITY_DEFVAL  0x0UL
218
219 #define XLPD_XPPU_IDS_MID_RO_SHIFT   2UL
220 #define XLPD_XPPU_IDS_MID_RO_WIDTH   1UL
221 #define XLPD_XPPU_IDS_MID_RO_MASK    0x00000004UL
222 #define XLPD_XPPU_IDS_MID_RO_DEFVAL  0x0UL
223
224 #define XLPD_XPPU_IDS_MID_MISS_SHIFT   1UL
225 #define XLPD_XPPU_IDS_MID_MISS_WIDTH   1UL
226 #define XLPD_XPPU_IDS_MID_MISS_MASK    0x00000002UL
227 #define XLPD_XPPU_IDS_MID_MISS_DEFVAL  0x0UL
228
229 #define XLPD_XPPU_IDS_INV_APB_SHIFT   0UL
230 #define XLPD_XPPU_IDS_INV_APB_WIDTH   1UL
231 #define XLPD_XPPU_IDS_INV_APB_MASK    0x00000001UL
232 #define XLPD_XPPU_IDS_INV_APB_DEFVAL  0x0UL
233
234 /**
235  * Register: XlpdXppuMMstrIds
236  */
237 #define XLPD_XPPU_M_MSTR_IDS    ( ( XLPD_XPPU_BASEADDR ) + 0x0000003CUL )
238 #define XLPD_XPPU_M_MSTR_IDS_RSTVAL   0x00000014UL
239
240 #define XLPD_XPPU_M_MSTR_IDS_NO_SHIFT   0UL
241 #define XLPD_XPPU_M_MSTR_IDS_NO_WIDTH   32UL
242 #define XLPD_XPPU_M_MSTR_IDS_NO_MASK    0xffffffffUL
243 #define XLPD_XPPU_M_MSTR_IDS_NO_DEFVAL  0x14UL
244
245 /**
246  * Register: XlpdXppuMAperture32b
247  */
248 #define XLPD_XPPU_M_APERTURE_32B    ( ( XLPD_XPPU_BASEADDR ) + 0x00000040UL )
249 #define XLPD_XPPU_M_APERTURE_32B_RSTVAL   0x00000080UL
250
251 #define XLPD_XPPU_M_APERTURE_32B_NO_SHIFT   0UL
252 #define XLPD_XPPU_M_APERTURE_32B_NO_WIDTH   32UL
253 #define XLPD_XPPU_M_APERTURE_32B_NO_MASK    0xffffffffUL
254 #define XLPD_XPPU_M_APERTURE_32B_NO_DEFVAL  0x80UL
255
256 /**
257  * Register: XlpdXppuMAperture64kb
258  */
259 #define XLPD_XPPU_M_APERTURE_64KB    ( ( XLPD_XPPU_BASEADDR ) + 0x00000044UL )
260 #define XLPD_XPPU_M_APERTURE_64KB_RSTVAL   0x00000100UL
261
262 #define XLPD_XPPU_M_APERTURE_64KB_NO_SHIFT   0UL
263 #define XLPD_XPPU_M_APERTURE_64KB_NO_WIDTH   32UL
264 #define XLPD_XPPU_M_APERTURE_64KB_NO_MASK    0xffffffffUL
265 #define XLPD_XPPU_M_APERTURE_64KB_NO_DEFVAL  0x100UL
266
267 /**
268  * Register: XlpdXppuMAperture1mb
269  */
270 #define XLPD_XPPU_M_APERTURE_1MB    ( ( XLPD_XPPU_BASEADDR ) + 0x00000048UL )
271 #define XLPD_XPPU_M_APERTURE_1MB_RSTVAL   0x00000010UL
272
273 #define XLPD_XPPU_M_APERTURE_1MB_NO_SHIFT   0UL
274 #define XLPD_XPPU_M_APERTURE_1MB_NO_WIDTH   32UL
275 #define XLPD_XPPU_M_APERTURE_1MB_NO_MASK    0xffffffffUL
276 #define XLPD_XPPU_M_APERTURE_1MB_NO_DEFVAL  0x10UL
277
278 /**
279  * Register: XlpdXppuMAperture512mb
280  */
281 #define XLPD_XPPU_M_APERTURE_512MB    ( ( XLPD_XPPU_BASEADDR ) + 0x0000004CUL )
282 #define XLPD_XPPU_M_APERTURE_512MB_RSTVAL   0x00000001UL
283
284 #define XLPD_XPPU_M_APERTURE_512MB_NO_SHIFT   0UL
285 #define XLPD_XPPU_M_APERTURE_512MB_NO_WIDTH   32UL
286 #define XLPD_XPPU_M_APERTURE_512MB_NO_MASK    0xffffffffUL
287 #define XLPD_XPPU_M_APERTURE_512MB_NO_DEFVAL  0x1UL
288
289 /**
290  * Register: XlpdXppuBase32b
291  */
292 #define XLPD_XPPU_BASE_32B    ( ( XLPD_XPPU_BASEADDR ) + 0x00000050UL )
293 #define XLPD_XPPU_BASE_32B_RSTVAL   0xff990000UL
294
295 #define XLPD_XPPU_BASE_32B_ADDR_SHIFT   0UL
296 #define XLPD_XPPU_BASE_32B_ADDR_WIDTH   32UL
297 #define XLPD_XPPU_BASE_32B_ADDR_MASK    0xffffffffUL
298 #define XLPD_XPPU_BASE_32B_ADDR_DEFVAL  0xff990000UL
299
300 /**
301  * Register: XlpdXppuBase64kb
302  */
303 #define XLPD_XPPU_BASE_64KB    ( ( XLPD_XPPU_BASEADDR ) + 0x00000054UL )
304 #define XLPD_XPPU_BASE_64KB_RSTVAL   0xff000000UL
305
306 #define XLPD_XPPU_BASE_64KB_ADDR_SHIFT   0UL
307 #define XLPD_XPPU_BASE_64KB_ADDR_WIDTH   32UL
308 #define XLPD_XPPU_BASE_64KB_ADDR_MASK    0xffffffffUL
309 #define XLPD_XPPU_BASE_64KB_ADDR_DEFVAL  0xff000000UL
310
311 /**
312  * Register: XlpdXppuBase1mb
313  */
314 #define XLPD_XPPU_BASE_1MB    ( ( XLPD_XPPU_BASEADDR ) + 0x00000058UL )
315 #define XLPD_XPPU_BASE_1MB_RSTVAL   0xfe000000UL
316
317 #define XLPD_XPPU_BASE_1MB_ADDR_SHIFT   0UL
318 #define XLPD_XPPU_BASE_1MB_ADDR_WIDTH   32UL
319 #define XLPD_XPPU_BASE_1MB_ADDR_MASK    0xffffffffUL
320 #define XLPD_XPPU_BASE_1MB_ADDR_DEFVAL  0xfe000000UL
321
322 /**
323  * Register: XlpdXppuBase512mb
324  */
325 #define XLPD_XPPU_BASE_512MB    ( ( XLPD_XPPU_BASEADDR ) + 0x0000005CUL )
326 #define XLPD_XPPU_BASE_512MB_RSTVAL   0xc0000000UL
327
328 #define XLPD_XPPU_BASE_512MB_ADDR_SHIFT   0UL
329 #define XLPD_XPPU_BASE_512MB_ADDR_WIDTH   32UL
330 #define XLPD_XPPU_BASE_512MB_ADDR_MASK    0xffffffffUL
331 #define XLPD_XPPU_BASE_512MB_ADDR_DEFVAL  0xc0000000UL
332
333 /**
334  * Register: XlpdXppuMstrId00
335  */
336 #define XLPD_XPPU_MSTR_ID00    ( ( XLPD_XPPU_BASEADDR ) + 0x00000100UL )
337 #define XLPD_XPPU_MSTR_ID00_RSTVAL   0x83ff0040UL
338
339 #define XLPD_XPPU_MSTR_ID00_MIDP_SHIFT   31UL
340 #define XLPD_XPPU_MSTR_ID00_MIDP_WIDTH   1UL
341 #define XLPD_XPPU_MSTR_ID00_MIDP_MASK    0x80000000UL
342 #define XLPD_XPPU_MSTR_ID00_MIDP_DEFVAL  0x1UL
343
344 #define XLPD_XPPU_MSTR_ID00_MIDR_SHIFT   30UL
345 #define XLPD_XPPU_MSTR_ID00_MIDR_WIDTH   1UL
346 #define XLPD_XPPU_MSTR_ID00_MIDR_MASK    0x40000000UL
347 #define XLPD_XPPU_MSTR_ID00_MIDR_DEFVAL  0x0UL
348
349 #define XLPD_XPPU_MSTR_ID00_MIDM_SHIFT   16UL
350 #define XLPD_XPPU_MSTR_ID00_MIDM_WIDTH   10UL
351 #define XLPD_XPPU_MSTR_ID00_MIDM_MASK    0x03ff0000UL
352 #define XLPD_XPPU_MSTR_ID00_MIDM_DEFVAL  0x3ffUL
353
354 #define XLPD_XPPU_MSTR_ID00_MID_SHIFT   0UL
355 #define XLPD_XPPU_MSTR_ID00_MID_WIDTH   10UL
356 #define XLPD_XPPU_MSTR_ID00_MID_MASK    0x000003ffUL
357 #define XLPD_XPPU_MSTR_ID00_MID_DEFVAL  0x40UL
358
359 /**
360  * Register: XlpdXppuMstrId01
361  */
362 #define XLPD_XPPU_MSTR_ID01    ( ( XLPD_XPPU_BASEADDR ) + 0x00000104UL )
363 #define XLPD_XPPU_MSTR_ID01_RSTVAL   0x03f00000UL
364
365 #define XLPD_XPPU_MSTR_ID01_MIDP_SHIFT   31UL
366 #define XLPD_XPPU_MSTR_ID01_MIDP_WIDTH   1UL
367 #define XLPD_XPPU_MSTR_ID01_MIDP_MASK    0x80000000UL
368 #define XLPD_XPPU_MSTR_ID01_MIDP_DEFVAL  0x0UL
369
370 #define XLPD_XPPU_MSTR_ID01_MIDR_SHIFT   30UL
371 #define XLPD_XPPU_MSTR_ID01_MIDR_WIDTH   1UL
372 #define XLPD_XPPU_MSTR_ID01_MIDR_MASK    0x40000000UL
373 #define XLPD_XPPU_MSTR_ID01_MIDR_DEFVAL  0x0UL
374
375 #define XLPD_XPPU_MSTR_ID01_MIDM_SHIFT   16UL
376 #define XLPD_XPPU_MSTR_ID01_MIDM_WIDTH   10UL
377 #define XLPD_XPPU_MSTR_ID01_MIDM_MASK    0x03ff0000UL
378 #define XLPD_XPPU_MSTR_ID01_MIDM_DEFVAL  0x3f0UL
379
380 #define XLPD_XPPU_MSTR_ID01_MID_SHIFT   0UL
381 #define XLPD_XPPU_MSTR_ID01_MID_WIDTH   10UL
382 #define XLPD_XPPU_MSTR_ID01_MID_MASK    0x000003ffUL
383 #define XLPD_XPPU_MSTR_ID01_MID_DEFVAL  0x0UL
384
385 /**
386  * Register: XlpdXppuMstrId02
387  */
388 #define XLPD_XPPU_MSTR_ID02    ( ( XLPD_XPPU_BASEADDR ) + 0x00000108UL )
389 #define XLPD_XPPU_MSTR_ID02_RSTVAL   0x83f00010UL
390
391 #define XLPD_XPPU_MSTR_ID02_MIDP_SHIFT   31UL
392 #define XLPD_XPPU_MSTR_ID02_MIDP_WIDTH   1UL
393 #define XLPD_XPPU_MSTR_ID02_MIDP_MASK    0x80000000UL
394 #define XLPD_XPPU_MSTR_ID02_MIDP_DEFVAL  0x1UL
395
396 #define XLPD_XPPU_MSTR_ID02_MIDR_SHIFT   30UL
397 #define XLPD_XPPU_MSTR_ID02_MIDR_WIDTH   1UL
398 #define XLPD_XPPU_MSTR_ID02_MIDR_MASK    0x40000000UL
399 #define XLPD_XPPU_MSTR_ID02_MIDR_DEFVAL  0x0UL
400
401 #define XLPD_XPPU_MSTR_ID02_MIDM_SHIFT   16UL
402 #define XLPD_XPPU_MSTR_ID02_MIDM_WIDTH   10UL
403 #define XLPD_XPPU_MSTR_ID02_MIDM_MASK    0x03ff0000UL
404 #define XLPD_XPPU_MSTR_ID02_MIDM_DEFVAL  0x3f0UL
405
406 #define XLPD_XPPU_MSTR_ID02_MID_SHIFT   0UL
407 #define XLPD_XPPU_MSTR_ID02_MID_WIDTH   10UL
408 #define XLPD_XPPU_MSTR_ID02_MID_MASK    0x000003ffUL
409 #define XLPD_XPPU_MSTR_ID02_MID_DEFVAL  0x10UL
410
411 /**
412  * Register: XlpdXppuMstrId03
413  */
414 #define XLPD_XPPU_MSTR_ID03    ( ( XLPD_XPPU_BASEADDR ) + 0x0000010CUL )
415 #define XLPD_XPPU_MSTR_ID03_RSTVAL   0x83c00080UL
416
417 #define XLPD_XPPU_MSTR_ID03_MIDP_SHIFT   31UL
418 #define XLPD_XPPU_MSTR_ID03_MIDP_WIDTH   1UL
419 #define XLPD_XPPU_MSTR_ID03_MIDP_MASK    0x80000000UL
420 #define XLPD_XPPU_MSTR_ID03_MIDP_DEFVAL  0x1UL
421
422 #define XLPD_XPPU_MSTR_ID03_MIDR_SHIFT   30UL
423 #define XLPD_XPPU_MSTR_ID03_MIDR_WIDTH   1UL
424 #define XLPD_XPPU_MSTR_ID03_MIDR_MASK    0x40000000UL
425 #define XLPD_XPPU_MSTR_ID03_MIDR_DEFVAL  0x0UL
426
427 #define XLPD_XPPU_MSTR_ID03_MIDM_SHIFT   16UL
428 #define XLPD_XPPU_MSTR_ID03_MIDM_WIDTH   10UL
429 #define XLPD_XPPU_MSTR_ID03_MIDM_MASK    0x03ff0000UL
430 #define XLPD_XPPU_MSTR_ID03_MIDM_DEFVAL  0x3c0UL
431
432 #define XLPD_XPPU_MSTR_ID03_MID_SHIFT   0UL
433 #define XLPD_XPPU_MSTR_ID03_MID_WIDTH   10UL
434 #define XLPD_XPPU_MSTR_ID03_MID_MASK    0x000003ffUL
435 #define XLPD_XPPU_MSTR_ID03_MID_DEFVAL  0x80UL
436
437 /**
438  * Register: XlpdXppuMstrId04
439  */
440 #define XLPD_XPPU_MSTR_ID04    ( ( XLPD_XPPU_BASEADDR ) + 0x00000110UL )
441 #define XLPD_XPPU_MSTR_ID04_RSTVAL   0x83c30080UL
442
443 #define XLPD_XPPU_MSTR_ID04_MIDP_SHIFT   31UL
444 #define XLPD_XPPU_MSTR_ID04_MIDP_WIDTH   1UL
445 #define XLPD_XPPU_MSTR_ID04_MIDP_MASK    0x80000000UL
446 #define XLPD_XPPU_MSTR_ID04_MIDP_DEFVAL  0x1UL
447
448 #define XLPD_XPPU_MSTR_ID04_MIDR_SHIFT   30UL
449 #define XLPD_XPPU_MSTR_ID04_MIDR_WIDTH   1UL
450 #define XLPD_XPPU_MSTR_ID04_MIDR_MASK    0x40000000UL
451 #define XLPD_XPPU_MSTR_ID04_MIDR_DEFVAL  0x0UL
452
453 #define XLPD_XPPU_MSTR_ID04_MIDM_SHIFT   16UL
454 #define XLPD_XPPU_MSTR_ID04_MIDM_WIDTH   10UL
455 #define XLPD_XPPU_MSTR_ID04_MIDM_MASK    0x03ff0000UL
456 #define XLPD_XPPU_MSTR_ID04_MIDM_DEFVAL  0x3c3UL
457
458 #define XLPD_XPPU_MSTR_ID04_MID_SHIFT   0UL
459 #define XLPD_XPPU_MSTR_ID04_MID_WIDTH   10UL
460 #define XLPD_XPPU_MSTR_ID04_MID_MASK    0x000003ffUL
461 #define XLPD_XPPU_MSTR_ID04_MID_DEFVAL  0x80UL
462
463 /**
464  * Register: XlpdXppuMstrId05
465  */
466 #define XLPD_XPPU_MSTR_ID05    ( ( XLPD_XPPU_BASEADDR ) + 0x00000114UL )
467 #define XLPD_XPPU_MSTR_ID05_RSTVAL   0x03c30081UL
468
469 #define XLPD_XPPU_MSTR_ID05_MIDP_SHIFT   31UL
470 #define XLPD_XPPU_MSTR_ID05_MIDP_WIDTH   1UL
471 #define XLPD_XPPU_MSTR_ID05_MIDP_MASK    0x80000000UL
472 #define XLPD_XPPU_MSTR_ID05_MIDP_DEFVAL  0x0UL
473
474 #define XLPD_XPPU_MSTR_ID05_MIDR_SHIFT   30UL
475 #define XLPD_XPPU_MSTR_ID05_MIDR_WIDTH   1UL
476 #define XLPD_XPPU_MSTR_ID05_MIDR_MASK    0x40000000UL
477 #define XLPD_XPPU_MSTR_ID05_MIDR_DEFVAL  0x0UL
478
479 #define XLPD_XPPU_MSTR_ID05_MIDM_SHIFT   16UL
480 #define XLPD_XPPU_MSTR_ID05_MIDM_WIDTH   10UL
481 #define XLPD_XPPU_MSTR_ID05_MIDM_MASK    0x03ff0000UL
482 #define XLPD_XPPU_MSTR_ID05_MIDM_DEFVAL  0x3c3UL
483
484 #define XLPD_XPPU_MSTR_ID05_MID_SHIFT   0UL
485 #define XLPD_XPPU_MSTR_ID05_MID_WIDTH   10UL
486 #define XLPD_XPPU_MSTR_ID05_MID_MASK    0x000003ffUL
487 #define XLPD_XPPU_MSTR_ID05_MID_DEFVAL  0x81UL
488
489 /**
490  * Register: XlpdXppuMstrId06
491  */
492 #define XLPD_XPPU_MSTR_ID06    ( ( XLPD_XPPU_BASEADDR ) + 0x00000118UL )
493 #define XLPD_XPPU_MSTR_ID06_RSTVAL   0x03c30082UL
494
495 #define XLPD_XPPU_MSTR_ID06_MIDP_SHIFT   31UL
496 #define XLPD_XPPU_MSTR_ID06_MIDP_WIDTH   1UL
497 #define XLPD_XPPU_MSTR_ID06_MIDP_MASK    0x80000000UL
498 #define XLPD_XPPU_MSTR_ID06_MIDP_DEFVAL  0x0UL
499
500 #define XLPD_XPPU_MSTR_ID06_MIDR_SHIFT   30UL
501 #define XLPD_XPPU_MSTR_ID06_MIDR_WIDTH   1UL
502 #define XLPD_XPPU_MSTR_ID06_MIDR_MASK    0x40000000UL
503 #define XLPD_XPPU_MSTR_ID06_MIDR_DEFVAL  0x0UL
504
505 #define XLPD_XPPU_MSTR_ID06_MIDM_SHIFT   16UL
506 #define XLPD_XPPU_MSTR_ID06_MIDM_WIDTH   10UL
507 #define XLPD_XPPU_MSTR_ID06_MIDM_MASK    0x03ff0000UL
508 #define XLPD_XPPU_MSTR_ID06_MIDM_DEFVAL  0x3c3UL
509
510 #define XLPD_XPPU_MSTR_ID06_MID_SHIFT   0UL
511 #define XLPD_XPPU_MSTR_ID06_MID_WIDTH   10UL
512 #define XLPD_XPPU_MSTR_ID06_MID_MASK    0x000003ffUL
513 #define XLPD_XPPU_MSTR_ID06_MID_DEFVAL  0x82UL
514
515 /**
516  * Register: XlpdXppuMstrId07
517  */
518 #define XLPD_XPPU_MSTR_ID07    ( ( XLPD_XPPU_BASEADDR ) + 0x0000011CUL )
519 #define XLPD_XPPU_MSTR_ID07_RSTVAL   0x83c30083UL
520
521 #define XLPD_XPPU_MSTR_ID07_MIDP_SHIFT   31UL
522 #define XLPD_XPPU_MSTR_ID07_MIDP_WIDTH   1UL
523 #define XLPD_XPPU_MSTR_ID07_MIDP_MASK    0x80000000UL
524 #define XLPD_XPPU_MSTR_ID07_MIDP_DEFVAL  0x1UL
525
526 #define XLPD_XPPU_MSTR_ID07_MIDR_SHIFT   30UL
527 #define XLPD_XPPU_MSTR_ID07_MIDR_WIDTH   1UL
528 #define XLPD_XPPU_MSTR_ID07_MIDR_MASK    0x40000000UL
529 #define XLPD_XPPU_MSTR_ID07_MIDR_DEFVAL  0x0UL
530
531 #define XLPD_XPPU_MSTR_ID07_MIDM_SHIFT   16UL
532 #define XLPD_XPPU_MSTR_ID07_MIDM_WIDTH   10UL
533 #define XLPD_XPPU_MSTR_ID07_MIDM_MASK    0x03ff0000UL
534 #define XLPD_XPPU_MSTR_ID07_MIDM_DEFVAL  0x3c3UL
535
536 #define XLPD_XPPU_MSTR_ID07_MID_SHIFT   0UL
537 #define XLPD_XPPU_MSTR_ID07_MID_WIDTH   10UL
538 #define XLPD_XPPU_MSTR_ID07_MID_MASK    0x000003ffUL
539 #define XLPD_XPPU_MSTR_ID07_MID_DEFVAL  0x83UL
540
541 /**
542  * Register: XlpdXppuMstrId08
543  */
544 #define XLPD_XPPU_MSTR_ID08    ( ( XLPD_XPPU_BASEADDR ) + 0x00000120UL )
545 #define XLPD_XPPU_MSTR_ID08_RSTVAL   0x00000000UL
546
547 #define XLPD_XPPU_MSTR_ID08_MIDP_SHIFT   31UL
548 #define XLPD_XPPU_MSTR_ID08_MIDP_WIDTH   1UL
549 #define XLPD_XPPU_MSTR_ID08_MIDP_MASK    0x80000000UL
550 #define XLPD_XPPU_MSTR_ID08_MIDP_DEFVAL  0x0UL
551
552 #define XLPD_XPPU_MSTR_ID08_MIDR_SHIFT   30UL
553 #define XLPD_XPPU_MSTR_ID08_MIDR_WIDTH   1UL
554 #define XLPD_XPPU_MSTR_ID08_MIDR_MASK    0x40000000UL
555 #define XLPD_XPPU_MSTR_ID08_MIDR_DEFVAL  0x0UL
556
557 #define XLPD_XPPU_MSTR_ID08_MIDM_SHIFT   16UL
558 #define XLPD_XPPU_MSTR_ID08_MIDM_WIDTH   10UL
559 #define XLPD_XPPU_MSTR_ID08_MIDM_MASK    0x03ff0000UL
560 #define XLPD_XPPU_MSTR_ID08_MIDM_DEFVAL  0x0UL
561
562 #define XLPD_XPPU_MSTR_ID08_MID_SHIFT   0UL
563 #define XLPD_XPPU_MSTR_ID08_MID_WIDTH   10UL
564 #define XLPD_XPPU_MSTR_ID08_MID_MASK    0x000003ffUL
565 #define XLPD_XPPU_MSTR_ID08_MID_DEFVAL  0x0UL
566
567 /**
568  * Register: XlpdXppuMstrId09
569  */
570 #define XLPD_XPPU_MSTR_ID09    ( ( XLPD_XPPU_BASEADDR ) + 0x00000124UL )
571 #define XLPD_XPPU_MSTR_ID09_RSTVAL   0x00000000UL
572
573 #define XLPD_XPPU_MSTR_ID09_MIDP_SHIFT   31UL
574 #define XLPD_XPPU_MSTR_ID09_MIDP_WIDTH   1UL
575 #define XLPD_XPPU_MSTR_ID09_MIDP_MASK    0x80000000UL
576 #define XLPD_XPPU_MSTR_ID09_MIDP_DEFVAL  0x0UL
577
578 #define XLPD_XPPU_MSTR_ID09_MIDR_SHIFT   30UL
579 #define XLPD_XPPU_MSTR_ID09_MIDR_WIDTH   1UL
580 #define XLPD_XPPU_MSTR_ID09_MIDR_MASK    0x40000000UL
581 #define XLPD_XPPU_MSTR_ID09_MIDR_DEFVAL  0x0UL
582
583 #define XLPD_XPPU_MSTR_ID09_MIDM_SHIFT   16UL
584 #define XLPD_XPPU_MSTR_ID09_MIDM_WIDTH   10UL
585 #define XLPD_XPPU_MSTR_ID09_MIDM_MASK    0x03ff0000UL
586 #define XLPD_XPPU_MSTR_ID09_MIDM_DEFVAL  0x0UL
587
588 #define XLPD_XPPU_MSTR_ID09_MID_SHIFT   0UL
589 #define XLPD_XPPU_MSTR_ID09_MID_WIDTH   10UL
590 #define XLPD_XPPU_MSTR_ID09_MID_MASK    0x000003ffUL
591 #define XLPD_XPPU_MSTR_ID09_MID_DEFVAL  0x0UL
592
593 /**
594  * Register: XlpdXppuMstrId10
595  */
596 #define XLPD_XPPU_MSTR_ID10    ( ( XLPD_XPPU_BASEADDR ) + 0x00000128UL )
597 #define XLPD_XPPU_MSTR_ID10_RSTVAL   0x00000000UL
598
599 #define XLPD_XPPU_MSTR_ID10_MIDP_SHIFT   31UL
600 #define XLPD_XPPU_MSTR_ID10_MIDP_WIDTH   1UL
601 #define XLPD_XPPU_MSTR_ID10_MIDP_MASK    0x80000000UL
602 #define XLPD_XPPU_MSTR_ID10_MIDP_DEFVAL  0x0UL
603
604 #define XLPD_XPPU_MSTR_ID10_MIDR_SHIFT   30UL
605 #define XLPD_XPPU_MSTR_ID10_MIDR_WIDTH   1UL
606 #define XLPD_XPPU_MSTR_ID10_MIDR_MASK    0x40000000UL
607 #define XLPD_XPPU_MSTR_ID10_MIDR_DEFVAL  0x0UL
608
609 #define XLPD_XPPU_MSTR_ID10_MIDM_SHIFT   16UL
610 #define XLPD_XPPU_MSTR_ID10_MIDM_WIDTH   10UL
611 #define XLPD_XPPU_MSTR_ID10_MIDM_MASK    0x03ff0000UL
612 #define XLPD_XPPU_MSTR_ID10_MIDM_DEFVAL  0x0UL
613
614 #define XLPD_XPPU_MSTR_ID10_MID_SHIFT   0UL
615 #define XLPD_XPPU_MSTR_ID10_MID_WIDTH   10UL
616 #define XLPD_XPPU_MSTR_ID10_MID_MASK    0x000003ffUL
617 #define XLPD_XPPU_MSTR_ID10_MID_DEFVAL  0x0UL
618
619 /**
620  * Register: XlpdXppuMstrId11
621  */
622 #define XLPD_XPPU_MSTR_ID11    ( ( XLPD_XPPU_BASEADDR ) + 0x0000012CUL )
623 #define XLPD_XPPU_MSTR_ID11_RSTVAL   0x00000000UL
624
625 #define XLPD_XPPU_MSTR_ID11_MIDP_SHIFT   31UL
626 #define XLPD_XPPU_MSTR_ID11_MIDP_WIDTH   1UL
627 #define XLPD_XPPU_MSTR_ID11_MIDP_MASK    0x80000000UL
628 #define XLPD_XPPU_MSTR_ID11_MIDP_DEFVAL  0x0UL
629
630 #define XLPD_XPPU_MSTR_ID11_MIDR_SHIFT   30UL
631 #define XLPD_XPPU_MSTR_ID11_MIDR_WIDTH   1UL
632 #define XLPD_XPPU_MSTR_ID11_MIDR_MASK    0x40000000UL
633 #define XLPD_XPPU_MSTR_ID11_MIDR_DEFVAL  0x0UL
634
635 #define XLPD_XPPU_MSTR_ID11_MIDM_SHIFT   16UL
636 #define XLPD_XPPU_MSTR_ID11_MIDM_WIDTH   10UL
637 #define XLPD_XPPU_MSTR_ID11_MIDM_MASK    0x03ff0000UL
638 #define XLPD_XPPU_MSTR_ID11_MIDM_DEFVAL  0x0UL
639
640 #define XLPD_XPPU_MSTR_ID11_MID_SHIFT   0UL
641 #define XLPD_XPPU_MSTR_ID11_MID_WIDTH   10UL
642 #define XLPD_XPPU_MSTR_ID11_MID_MASK    0x000003ffUL
643 #define XLPD_XPPU_MSTR_ID11_MID_DEFVAL  0x0UL
644
645 /**
646  * Register: XlpdXppuMstrId12
647  */
648 #define XLPD_XPPU_MSTR_ID12    ( ( XLPD_XPPU_BASEADDR ) + 0x00000130UL )
649 #define XLPD_XPPU_MSTR_ID12_RSTVAL   0x00000000UL
650
651 #define XLPD_XPPU_MSTR_ID12_MIDP_SHIFT   31UL
652 #define XLPD_XPPU_MSTR_ID12_MIDP_WIDTH   1UL
653 #define XLPD_XPPU_MSTR_ID12_MIDP_MASK    0x80000000UL
654 #define XLPD_XPPU_MSTR_ID12_MIDP_DEFVAL  0x0UL
655
656 #define XLPD_XPPU_MSTR_ID12_MIDR_SHIFT   30UL
657 #define XLPD_XPPU_MSTR_ID12_MIDR_WIDTH   1UL
658 #define XLPD_XPPU_MSTR_ID12_MIDR_MASK    0x40000000UL
659 #define XLPD_XPPU_MSTR_ID12_MIDR_DEFVAL  0x0UL
660
661 #define XLPD_XPPU_MSTR_ID12_MIDM_SHIFT   16UL
662 #define XLPD_XPPU_MSTR_ID12_MIDM_WIDTH   10UL
663 #define XLPD_XPPU_MSTR_ID12_MIDM_MASK    0x03ff0000UL
664 #define XLPD_XPPU_MSTR_ID12_MIDM_DEFVAL  0x0UL
665
666 #define XLPD_XPPU_MSTR_ID12_MID_SHIFT   0UL
667 #define XLPD_XPPU_MSTR_ID12_MID_WIDTH   10UL
668 #define XLPD_XPPU_MSTR_ID12_MID_MASK    0x000003ffUL
669 #define XLPD_XPPU_MSTR_ID12_MID_DEFVAL  0x0UL
670
671 /**
672  * Register: XlpdXppuMstrId13
673  */
674 #define XLPD_XPPU_MSTR_ID13    ( ( XLPD_XPPU_BASEADDR ) + 0x00000134UL )
675 #define XLPD_XPPU_MSTR_ID13_RSTVAL   0x00000000UL
676
677 #define XLPD_XPPU_MSTR_ID13_MIDP_SHIFT   31UL
678 #define XLPD_XPPU_MSTR_ID13_MIDP_WIDTH   1UL
679 #define XLPD_XPPU_MSTR_ID13_MIDP_MASK    0x80000000UL
680 #define XLPD_XPPU_MSTR_ID13_MIDP_DEFVAL  0x0UL
681
682 #define XLPD_XPPU_MSTR_ID13_MIDR_SHIFT   30UL
683 #define XLPD_XPPU_MSTR_ID13_MIDR_WIDTH   1UL
684 #define XLPD_XPPU_MSTR_ID13_MIDR_MASK    0x40000000UL
685 #define XLPD_XPPU_MSTR_ID13_MIDR_DEFVAL  0x0UL
686
687 #define XLPD_XPPU_MSTR_ID13_MIDM_SHIFT   16UL
688 #define XLPD_XPPU_MSTR_ID13_MIDM_WIDTH   10UL
689 #define XLPD_XPPU_MSTR_ID13_MIDM_MASK    0x03ff0000UL
690 #define XLPD_XPPU_MSTR_ID13_MIDM_DEFVAL  0x0UL
691
692 #define XLPD_XPPU_MSTR_ID13_MID_SHIFT   0UL
693 #define XLPD_XPPU_MSTR_ID13_MID_WIDTH   10UL
694 #define XLPD_XPPU_MSTR_ID13_MID_MASK    0x000003ffUL
695 #define XLPD_XPPU_MSTR_ID13_MID_DEFVAL  0x0UL
696
697 /**
698  * Register: XlpdXppuMstrId14
699  */
700 #define XLPD_XPPU_MSTR_ID14    ( ( XLPD_XPPU_BASEADDR ) + 0x00000138UL )
701 #define XLPD_XPPU_MSTR_ID14_RSTVAL   0x00000000UL
702
703 #define XLPD_XPPU_MSTR_ID14_MIDP_SHIFT   31UL
704 #define XLPD_XPPU_MSTR_ID14_MIDP_WIDTH   1UL
705 #define XLPD_XPPU_MSTR_ID14_MIDP_MASK    0x80000000UL
706 #define XLPD_XPPU_MSTR_ID14_MIDP_DEFVAL  0x0UL
707
708 #define XLPD_XPPU_MSTR_ID14_MIDR_SHIFT   30UL
709 #define XLPD_XPPU_MSTR_ID14_MIDR_WIDTH   1UL
710 #define XLPD_XPPU_MSTR_ID14_MIDR_MASK    0x40000000UL
711 #define XLPD_XPPU_MSTR_ID14_MIDR_DEFVAL  0x0UL
712
713 #define XLPD_XPPU_MSTR_ID14_MIDM_SHIFT   16UL
714 #define XLPD_XPPU_MSTR_ID14_MIDM_WIDTH   10UL
715 #define XLPD_XPPU_MSTR_ID14_MIDM_MASK    0x03ff0000UL
716 #define XLPD_XPPU_MSTR_ID14_MIDM_DEFVAL  0x0UL
717
718 #define XLPD_XPPU_MSTR_ID14_MID_SHIFT   0UL
719 #define XLPD_XPPU_MSTR_ID14_MID_WIDTH   10UL
720 #define XLPD_XPPU_MSTR_ID14_MID_MASK    0x000003ffUL
721 #define XLPD_XPPU_MSTR_ID14_MID_DEFVAL  0x0UL
722
723 /**
724  * Register: XlpdXppuMstrId15
725  */
726 #define XLPD_XPPU_MSTR_ID15    ( ( XLPD_XPPU_BASEADDR ) + 0x0000013CUL )
727 #define XLPD_XPPU_MSTR_ID15_RSTVAL   0x00000000UL
728
729 #define XLPD_XPPU_MSTR_ID15_MIDP_SHIFT   31UL
730 #define XLPD_XPPU_MSTR_ID15_MIDP_WIDTH   1UL
731 #define XLPD_XPPU_MSTR_ID15_MIDP_MASK    0x80000000UL
732 #define XLPD_XPPU_MSTR_ID15_MIDP_DEFVAL  0x0UL
733
734 #define XLPD_XPPU_MSTR_ID15_MIDR_SHIFT   30UL
735 #define XLPD_XPPU_MSTR_ID15_MIDR_WIDTH   1UL
736 #define XLPD_XPPU_MSTR_ID15_MIDR_MASK    0x40000000UL
737 #define XLPD_XPPU_MSTR_ID15_MIDR_DEFVAL  0x0UL
738
739 #define XLPD_XPPU_MSTR_ID15_MIDM_SHIFT   16UL
740 #define XLPD_XPPU_MSTR_ID15_MIDM_WIDTH   10UL
741 #define XLPD_XPPU_MSTR_ID15_MIDM_MASK    0x03ff0000UL
742 #define XLPD_XPPU_MSTR_ID15_MIDM_DEFVAL  0x0UL
743
744 #define XLPD_XPPU_MSTR_ID15_MID_SHIFT   0UL
745 #define XLPD_XPPU_MSTR_ID15_MID_WIDTH   10UL
746 #define XLPD_XPPU_MSTR_ID15_MID_MASK    0x000003ffUL
747 #define XLPD_XPPU_MSTR_ID15_MID_DEFVAL  0x0UL
748
749 /**
750  * Register: XlpdXppuMstrId16
751  */
752 #define XLPD_XPPU_MSTR_ID16    ( ( XLPD_XPPU_BASEADDR ) + 0x00000140UL )
753 #define XLPD_XPPU_MSTR_ID16_RSTVAL   0x00000000UL
754
755 #define XLPD_XPPU_MSTR_ID16_MIDP_SHIFT   31UL
756 #define XLPD_XPPU_MSTR_ID16_MIDP_WIDTH   1UL
757 #define XLPD_XPPU_MSTR_ID16_MIDP_MASK    0x80000000UL
758 #define XLPD_XPPU_MSTR_ID16_MIDP_DEFVAL  0x0UL
759
760 #define XLPD_XPPU_MSTR_ID16_MIDR_SHIFT   30UL
761 #define XLPD_XPPU_MSTR_ID16_MIDR_WIDTH   1UL
762 #define XLPD_XPPU_MSTR_ID16_MIDR_MASK    0x40000000UL
763 #define XLPD_XPPU_MSTR_ID16_MIDR_DEFVAL  0x0UL
764
765 #define XLPD_XPPU_MSTR_ID16_MIDM_SHIFT   16UL
766 #define XLPD_XPPU_MSTR_ID16_MIDM_WIDTH   10UL
767 #define XLPD_XPPU_MSTR_ID16_MIDM_MASK    0x03ff0000UL
768 #define XLPD_XPPU_MSTR_ID16_MIDM_DEFVAL  0x0UL
769
770 #define XLPD_XPPU_MSTR_ID16_MID_SHIFT   0UL
771 #define XLPD_XPPU_MSTR_ID16_MID_WIDTH   10UL
772 #define XLPD_XPPU_MSTR_ID16_MID_MASK    0x000003ffUL
773 #define XLPD_XPPU_MSTR_ID16_MID_DEFVAL  0x0UL
774
775 /**
776  * Register: XlpdXppuMstrId17
777  */
778 #define XLPD_XPPU_MSTR_ID17    ( ( XLPD_XPPU_BASEADDR ) + 0x00000144UL )
779 #define XLPD_XPPU_MSTR_ID17_RSTVAL   0x00000000UL
780
781 #define XLPD_XPPU_MSTR_ID17_MIDP_SHIFT   31UL
782 #define XLPD_XPPU_MSTR_ID17_MIDP_WIDTH   1UL
783 #define XLPD_XPPU_MSTR_ID17_MIDP_MASK    0x80000000UL
784 #define XLPD_XPPU_MSTR_ID17_MIDP_DEFVAL  0x0UL
785
786 #define XLPD_XPPU_MSTR_ID17_MIDR_SHIFT   30UL
787 #define XLPD_XPPU_MSTR_ID17_MIDR_WIDTH   1UL
788 #define XLPD_XPPU_MSTR_ID17_MIDR_MASK    0x40000000UL
789 #define XLPD_XPPU_MSTR_ID17_MIDR_DEFVAL  0x0UL
790
791 #define XLPD_XPPU_MSTR_ID17_MIDM_SHIFT   16UL
792 #define XLPD_XPPU_MSTR_ID17_MIDM_WIDTH   10UL
793 #define XLPD_XPPU_MSTR_ID17_MIDM_MASK    0x03ff0000UL
794 #define XLPD_XPPU_MSTR_ID17_MIDM_DEFVAL  0x0UL
795
796 #define XLPD_XPPU_MSTR_ID17_MID_SHIFT   0UL
797 #define XLPD_XPPU_MSTR_ID17_MID_WIDTH   10UL
798 #define XLPD_XPPU_MSTR_ID17_MID_MASK    0x000003ffUL
799 #define XLPD_XPPU_MSTR_ID17_MID_DEFVAL  0x0UL
800
801 /**
802  * Register: XlpdXppuMstrId18
803  */
804 #define XLPD_XPPU_MSTR_ID18    ( ( XLPD_XPPU_BASEADDR ) + 0x00000148UL )
805 #define XLPD_XPPU_MSTR_ID18_RSTVAL   0x00000000UL
806
807 #define XLPD_XPPU_MSTR_ID18_MIDP_SHIFT   31UL
808 #define XLPD_XPPU_MSTR_ID18_MIDP_WIDTH   1UL
809 #define XLPD_XPPU_MSTR_ID18_MIDP_MASK    0x80000000UL
810 #define XLPD_XPPU_MSTR_ID18_MIDP_DEFVAL  0x0UL
811
812 #define XLPD_XPPU_MSTR_ID18_MIDR_SHIFT   30UL
813 #define XLPD_XPPU_MSTR_ID18_MIDR_WIDTH   1UL
814 #define XLPD_XPPU_MSTR_ID18_MIDR_MASK    0x40000000UL
815 #define XLPD_XPPU_MSTR_ID18_MIDR_DEFVAL  0x0UL
816
817 #define XLPD_XPPU_MSTR_ID18_MIDM_SHIFT   16UL
818 #define XLPD_XPPU_MSTR_ID18_MIDM_WIDTH   10UL
819 #define XLPD_XPPU_MSTR_ID18_MIDM_MASK    0x03ff0000UL
820 #define XLPD_XPPU_MSTR_ID18_MIDM_DEFVAL  0x0UL
821
822 #define XLPD_XPPU_MSTR_ID18_MID_SHIFT   0UL
823 #define XLPD_XPPU_MSTR_ID18_MID_WIDTH   10UL
824 #define XLPD_XPPU_MSTR_ID18_MID_MASK    0x000003ffUL
825 #define XLPD_XPPU_MSTR_ID18_MID_DEFVAL  0x0UL
826
827 /**
828  * Register: XlpdXppuMstrId19
829  */
830 #define XLPD_XPPU_MSTR_ID19    ( ( XLPD_XPPU_BASEADDR ) + 0x0000014CUL )
831 #define XLPD_XPPU_MSTR_ID19_RSTVAL   0x00000000UL
832
833 #define XLPD_XPPU_MSTR_ID19_MIDP_SHIFT   31UL
834 #define XLPD_XPPU_MSTR_ID19_MIDP_WIDTH   1UL
835 #define XLPD_XPPU_MSTR_ID19_MIDP_MASK    0x80000000UL
836 #define XLPD_XPPU_MSTR_ID19_MIDP_DEFVAL  0x0UL
837
838 #define XLPD_XPPU_MSTR_ID19_MIDR_SHIFT   30UL
839 #define XLPD_XPPU_MSTR_ID19_MIDR_WIDTH   1UL
840 #define XLPD_XPPU_MSTR_ID19_MIDR_MASK    0x40000000UL
841 #define XLPD_XPPU_MSTR_ID19_MIDR_DEFVAL  0x0UL
842
843 #define XLPD_XPPU_MSTR_ID19_MIDM_SHIFT   16UL
844 #define XLPD_XPPU_MSTR_ID19_MIDM_WIDTH   10UL
845 #define XLPD_XPPU_MSTR_ID19_MIDM_MASK    0x03ff0000UL
846 #define XLPD_XPPU_MSTR_ID19_MIDM_DEFVAL  0x0UL
847
848 #define XLPD_XPPU_MSTR_ID19_MID_SHIFT   0UL
849 #define XLPD_XPPU_MSTR_ID19_MID_WIDTH   10UL
850 #define XLPD_XPPU_MSTR_ID19_MID_MASK    0x000003ffUL
851 #define XLPD_XPPU_MSTR_ID19_MID_DEFVAL  0x0UL
852
853
854 #ifdef __cplusplus
855 }
856 #endif
857
858 #endif /* __XLPD_XPPU_H__ */