blob: b2a8ad77ae17c0c7975975005fb3a9fdb390d2d0 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Peng Fanb11a7342018-01-10 13:20:20 +08002/*
3 * Copyright 2017 NXP
Peng Fanb11a7342018-01-10 13:20:20 +08004 */
5
Peng Fan39945c12018-11-20 10:19:25 +00006#ifndef __ASM_ARCH_IMX8M_REGS_H__
7#define __ASM_ARCH_IMX8M_REGS_H__
Peng Fanb11a7342018-01-10 13:20:20 +08008
Peng Fan00565bf2019-05-09 08:33:55 +00009#define ARCH_MXC
10
Peng Fanb11a7342018-01-10 13:20:20 +080011#include <asm/mach-imx/regs-lcdif.h>
12
Peng Fan2f8c5e12019-08-27 06:25:14 +000013#define ROM_VERSION_A0 IS_ENABLED(CONFIG_IMX8MQ) ? 0x800 : 0x800
14#define ROM_VERSION_B0 IS_ENABLED(CONFIG_IMX8MQ) ? 0x83C : 0x800
Peng Fanb11a7342018-01-10 13:20:20 +080015
Peng Fanc627b302019-08-27 06:25:10 +000016#define M4_BOOTROM_BASE_ADDR 0x007E0000
Peng Fanb11a7342018-01-10 13:20:20 +080017
Peng Fanb11a7342018-01-10 13:20:20 +080018#define GPIO1_BASE_ADDR 0X30200000
19#define GPIO2_BASE_ADDR 0x30210000
20#define GPIO3_BASE_ADDR 0x30220000
21#define GPIO4_BASE_ADDR 0x30230000
22#define GPIO5_BASE_ADDR 0x30240000
Peng Fanb11a7342018-01-10 13:20:20 +080023#define WDOG1_BASE_ADDR 0x30280000
24#define WDOG2_BASE_ADDR 0x30290000
25#define WDOG3_BASE_ADDR 0x302A0000
Peng Fanb11a7342018-01-10 13:20:20 +080026#define IOMUXC_BASE_ADDR 0x30330000
27#define IOMUXC_GPR_BASE_ADDR 0x30340000
28#define OCOTP_BASE_ADDR 0x30350000
29#define ANATOP_BASE_ADDR 0x30360000
Peng Fanb11a7342018-01-10 13:20:20 +080030#define CCM_BASE_ADDR 0x30380000
31#define SRC_BASE_ADDR 0x30390000
32#define GPC_BASE_ADDR 0x303A0000
Peng Fanb11a7342018-01-10 13:20:20 +080033
Peng Fanb11a7342018-01-10 13:20:20 +080034#define SYSCNT_RD_BASE_ADDR 0x306A0000
35#define SYSCNT_CMP_BASE_ADDR 0x306B0000
36#define SYSCNT_CTRL_BASE_ADDR 0x306C0000
Peng Fanb11a7342018-01-10 13:20:20 +080037
Peng Fanb11a7342018-01-10 13:20:20 +080038#define UART1_BASE_ADDR 0x30860000
39#define UART3_BASE_ADDR 0x30880000
40#define UART2_BASE_ADDR 0x30890000
Peng Fanb11a7342018-01-10 13:20:20 +080041#define I2C1_BASE_ADDR 0x30A20000
42#define I2C2_BASE_ADDR 0x30A30000
43#define I2C3_BASE_ADDR 0x30A40000
44#define I2C4_BASE_ADDR 0x30A50000
45#define UART4_BASE_ADDR 0x30A60000
Peng Fanb11a7342018-01-10 13:20:20 +080046#define USDHC1_BASE_ADDR 0x30B40000
47#define USDHC2_BASE_ADDR 0x30B50000
Peng Fan2f8c5e12019-08-27 06:25:14 +000048#ifdef CONFIG_IMX8MM
49#define USDHC3_BASE_ADDR 0x30B60000
50#endif
Peng Fanb11a7342018-01-10 13:20:20 +080051
Peng Fanb11a7342018-01-10 13:20:20 +080052#define TZASC_BASE_ADDR 0x32F80000
Peng Fanb11a7342018-01-10 13:20:20 +080053
Peng Fan2f8c5e12019-08-27 06:25:14 +000054#define MXS_LCDIF_BASE IS_ENABLED(CONFIG_IMX8MQ) ? \
55 0x30320000 : 0x32e00000
Peng Fanb11a7342018-01-10 13:20:20 +080056
57#define SRC_IPS_BASE_ADDR 0x30390000
58#define SRC_DDRC_RCR_ADDR 0x30391000
59#define SRC_DDRC2_RCR_ADDR 0x30391004
60
Michael Trimarchi5175d6c2022-04-12 10:31:32 -030061#define APBH_DMA_ARB_BASE_ADDR 0x33000000
62#define APBH_DMA_ARB_END_ADDR 0x33007FFF
63#define MXS_APBH_BASE APBH_DMA_ARB_BASE_ADDR
64
65#define MXS_GPMI_BASE (APBH_DMA_ARB_BASE_ADDR + 0x02000)
66#define MXS_BCH_BASE (APBH_DMA_ARB_BASE_ADDR + 0x04000)
67
Peng Fanb11a7342018-01-10 13:20:20 +080068#define DDRC_DDR_SS_GPR0 0x3d000000
69#define DDRC_IPS_BASE_ADDR(X) (0x3d400000 + ((X) * 0x2000000))
70#define DDR_CSD1_BASE_ADDR 0x40000000
71
Peng Fan4f0c97b2020-12-25 16:16:34 +080072#define IOMUXC_GPR_GPR1_GPR_ENET_QOS_INTF_SEL_MASK 0x70000
Marek Vasutbefffe72021-02-25 22:02:26 +010073#define FEC_QUIRK_ENET_MAC
Peng Fan4f0c97b2020-12-25 16:16:34 +080074
Peng Fan956da002021-03-25 17:30:01 +080075#define CAAM_ARB_BASE_ADDR (0x00100000)
76#define CAAM_ARB_END_ADDR (0x00107FFF)
77#define CAAM_IPS_BASE_ADDR (0x30900000)
78#define CONFIG_SYS_FSL_SEC_OFFSET (0)
79#define CONFIG_SYS_FSL_SEC_ADDR (CAAM_IPS_BASE_ADDR + \
80 CONFIG_SYS_FSL_SEC_OFFSET)
81#define CONFIG_SYS_FSL_JR0_OFFSET (0x1000)
82#define CONFIG_SYS_FSL_JR0_ADDR (CONFIG_SYS_FSL_SEC_ADDR + \
83 CONFIG_SYS_FSL_JR0_OFFSET)
84#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
Peng Fanb11a7342018-01-10 13:20:20 +080085#if !defined(__ASSEMBLY__)
86#include <asm/types.h>
87#include <linux/bitops.h>
88#include <stdbool.h>
89
Andrey Zhizhikin7c2d23a2022-01-24 21:48:09 +010090#define GPR_TZASC_EN BIT(0)
91#define GPR_TZASC_ID_SWAP_BYPASS BIT(1)
92#define GPR_TZASC_EN_LOCK BIT(16)
93#define GPR_TZASC_ID_SWAP_BYPASS_LOCK BIT(17)
Peng Fanb11a7342018-01-10 13:20:20 +080094
95#define SRC_SCR_M4_ENABLE_OFFSET 3
96#define SRC_SCR_M4_ENABLE_MASK BIT(3)
97#define SRC_SCR_M4C_NON_SCLR_RST_OFFSET 0
98#define SRC_SCR_M4C_NON_SCLR_RST_MASK BIT(0)
99#define SRC_DDR1_ENABLE_MASK 0x8F000000UL
100#define SRC_DDR2_ENABLE_MASK 0x8F000000UL
101#define SRC_DDR1_RCR_PHY_PWROKIN_N_MASK BIT(3)
102#define SRC_DDR1_RCR_PHY_RESET_MASK BIT(2)
103#define SRC_DDR1_RCR_CORE_RESET_N_MASK BIT(1)
104#define SRC_DDR1_RCR_PRESET_N_MASK BIT(0)
105
106struct iomuxc_gpr_base_regs {
107 u32 gpr[47];
108};
109
110struct ocotp_regs {
111 u32 ctrl;
112 u32 ctrl_set;
113 u32 ctrl_clr;
114 u32 ctrl_tog;
115 u32 timing;
116 u32 rsvd0[3];
117 u32 data;
118 u32 rsvd1[3];
119 u32 read_ctrl;
120 u32 rsvd2[3];
121 u32 read_fuse_data;
122 u32 rsvd3[3];
123 u32 sw_sticky;
124 u32 rsvd4[3];
125 u32 scs;
126 u32 scs_set;
127 u32 scs_clr;
128 u32 scs_tog;
129 u32 crc_addr;
130 u32 rsvd5[3];
131 u32 crc_value;
132 u32 rsvd6[3];
133 u32 version;
134 u32 rsvd7[0xdb];
135
136 /* fuse banks */
137 struct fuse_bank {
138 u32 fuse_regs[0x10];
139 } bank[0];
140};
141
Peng Fan438b52a2021-03-19 15:57:15 +0800142#ifdef CONFIG_IMX8MP
Peng Fanb11a7342018-01-10 13:20:20 +0800143struct fuse_bank0_regs {
144 u32 lock;
Peng Fan438b52a2021-03-19 15:57:15 +0800145 u32 rsvd0[7];
146 u32 uid_low;
147 u32 rsvd1[3];
148 u32 uid_high;
149 u32 rsvd2[3];
150};
151#else
152struct fuse_bank0_regs {
153 u32 lock;
Peng Fanb11a7342018-01-10 13:20:20 +0800154 u32 rsvd0[3];
155 u32 uid_low;
156 u32 rsvd1[3];
157 u32 uid_high;
158 u32 rsvd2[7];
159};
Peng Fan438b52a2021-03-19 15:57:15 +0800160#endif
Peng Fanb11a7342018-01-10 13:20:20 +0800161
162struct fuse_bank1_regs {
163 u32 tester3;
164 u32 rsvd0[3];
165 u32 tester4;
166 u32 rsvd1[3];
167 u32 tester5;
168 u32 rsvd2[3];
169 u32 cfg0;
170 u32 rsvd3[3];
171};
172
Peng Fan60767632020-05-03 22:19:56 +0800173struct fuse_bank3_regs {
174 u32 mem_trim0;
175 u32 rsvd0[3];
176 u32 mem_trim1;
177 u32 rsvd1[3];
178 u32 mem_trim2;
179 u32 rsvd2[3];
180 u32 ana0;
181 u32 rsvd3[3];
182};
183
184struct fuse_bank9_regs {
185 u32 mac_addr0;
186 u32 rsvd0[3];
187 u32 mac_addr1;
188 u32 rsvd1[11];
189};
190
191struct fuse_bank38_regs {
192 u32 ana_trim1; /* trim0 is at 0xD70, bank 37*/
193 u32 rsvd0[3];
194 u32 ana_trim2;
195 u32 rsvd1[3];
196 u32 ana_trim3;
197 u32 rsvd2[3];
198 u32 ana_trim4;
199 u32 rsvd3[3];
200};
201
202struct fuse_bank39_regs {
203 u32 ana_trim5;
204 u32 rsvd[15];
205};
206
Peng Fan2f8c5e12019-08-27 06:25:14 +0000207#ifdef CONFIG_IMX8MQ
Peng Fanb11a7342018-01-10 13:20:20 +0800208struct anamix_pll {
209 u32 audio_pll1_cfg0;
210 u32 audio_pll1_cfg1;
211 u32 audio_pll2_cfg0;
212 u32 audio_pll2_cfg1;
213 u32 video_pll_cfg0;
214 u32 video_pll_cfg1;
215 u32 gpu_pll_cfg0;
216 u32 gpu_pll_cfg1;
217 u32 vpu_pll_cfg0;
218 u32 vpu_pll_cfg1;
219 u32 arm_pll_cfg0;
220 u32 arm_pll_cfg1;
221 u32 sys_pll1_cfg0;
222 u32 sys_pll1_cfg1;
223 u32 sys_pll1_cfg2;
224 u32 sys_pll2_cfg0;
225 u32 sys_pll2_cfg1;
226 u32 sys_pll2_cfg2;
227 u32 sys_pll3_cfg0;
228 u32 sys_pll3_cfg1;
229 u32 sys_pll3_cfg2;
230 u32 video_pll2_cfg0;
231 u32 video_pll2_cfg1;
232 u32 video_pll2_cfg2;
233 u32 dram_pll_cfg0;
234 u32 dram_pll_cfg1;
235 u32 dram_pll_cfg2;
236 u32 digprog;
237 u32 osc_misc_cfg;
238 u32 pllout_monitor_cfg;
239 u32 frac_pllout_div_cfg;
240 u32 sscg_pllout_div_cfg;
241};
Peng Fan2f8c5e12019-08-27 06:25:14 +0000242#else
243struct anamix_pll {
244 u32 audio_pll1_gnrl_ctl;
245 u32 audio_pll1_fdiv_ctl0;
246 u32 audio_pll1_fdiv_ctl1;
247 u32 audio_pll1_sscg_ctl;
248 u32 audio_pll1_mnit_ctl;
249 u32 audio_pll2_gnrl_ctl;
250 u32 audio_pll2_fdiv_ctl0;
251 u32 audio_pll2_fdiv_ctl1;
252 u32 audio_pll2_sscg_ctl;
253 u32 audio_pll2_mnit_ctl;
254 u32 video_pll1_gnrl_ctl;
255 u32 video_pll1_fdiv_ctl0;
256 u32 video_pll1_fdiv_ctl1;
257 u32 video_pll1_sscg_ctl;
258 u32 video_pll1_mnit_ctl;
259 u32 reserved[5];
260 u32 dram_pll_gnrl_ctl;
261 u32 dram_pll_fdiv_ctl0;
262 u32 dram_pll_fdiv_ctl1;
263 u32 dram_pll_sscg_ctl;
264 u32 dram_pll_mnit_ctl;
265 u32 gpu_pll_gnrl_ctl;
266 u32 gpu_pll_div_ctl;
267 u32 gpu_pll_locked_ctl1;
268 u32 gpu_pll_mnit_ctl;
269 u32 vpu_pll_gnrl_ctl;
270 u32 vpu_pll_div_ctl;
271 u32 vpu_pll_locked_ctl1;
272 u32 vpu_pll_mnit_ctl;
273 u32 arm_pll_gnrl_ctl;
274 u32 arm_pll_div_ctl;
275 u32 arm_pll_locked_ctl1;
276 u32 arm_pll_mnit_ctl;
277 u32 sys_pll1_gnrl_ctl;
278 u32 sys_pll1_div_ctl;
279 u32 sys_pll1_locked_ctl1;
280 u32 reserved2[24];
281 u32 sys_pll1_mnit_ctl;
282 u32 sys_pll2_gnrl_ctl;
283 u32 sys_pll2_div_ctl;
284 u32 sys_pll2_locked_ctl1;
285 u32 sys_pll2_mnit_ctl;
286 u32 sys_pll3_gnrl_ctl;
287 u32 sys_pll3_div_ctl;
288 u32 sys_pll3_locked_ctl1;
289 u32 sys_pll3_mnit_ctl;
290 u32 anamix_misc_ctl;
291 u32 anamix_clk_mnit_ctl;
292 u32 reserved3[437];
293 u32 digprog;
294};
295#endif
Peng Fanb11a7342018-01-10 13:20:20 +0800296
Peng Fanb11a7342018-01-10 13:20:20 +0800297/* System Reset Controller (SRC) */
298struct src {
299 u32 scr;
300 u32 a53rcr;
301 u32 a53rcr1;
302 u32 m4rcr;
303 u32 reserved1[4];
304 u32 usbophy1_rcr;
305 u32 usbophy2_rcr;
306 u32 mipiphy_rcr;
307 u32 pciephy_rcr;
308 u32 hdmi_rcr;
309 u32 disp_rcr;
310 u32 reserved2[2];
311 u32 gpu_rcr;
312 u32 vpu_rcr;
313 u32 pcie2_rcr;
314 u32 mipiphy1_rcr;
315 u32 mipiphy2_rcr;
316 u32 reserved3;
317 u32 sbmr1;
318 u32 srsr;
319 u32 reserved4[2];
320 u32 sisr;
321 u32 simr;
322 u32 sbmr2;
323 u32 gpr1;
324 u32 gpr2;
325 u32 gpr3;
326 u32 gpr4;
327 u32 gpr5;
328 u32 gpr6;
329 u32 gpr7;
330 u32 gpr8;
331 u32 gpr9;
332 u32 gpr10;
333 u32 reserved5[985];
334 u32 ddr1_rcr;
335 u32 ddr2_rcr;
336};
337
Tommaso Merciai9c884162022-03-26 12:19:02 +0100338#define PWMCR_PRESCALER(x) (((x - 1) & 0xFFF) << 4)
339#define PWMCR_DOZEEN (1 << 24)
340#define PWMCR_WAITEN (1 << 23)
341#define PWMCR_DBGEN (1 << 22)
342#define PWMCR_CLKSRC_IPG_HIGH (2 << 16)
343#define PWMCR_CLKSRC_IPG (1 << 16)
344#define PWMCR_EN (1 << 0)
345
Tommaso Merciai28354e82022-03-26 12:19:03 +0100346struct pwm_regs {
347 u32 cr;
348 u32 sr;
349 u32 ir;
350 u32 sar;
351 u32 pr;
352 u32 cnr;
353};
354
Peng Fanb11a7342018-01-10 13:20:20 +0800355#define WDOG_WDT_MASK BIT(3)
356#define WDOG_WDZST_MASK BIT(0)
357struct wdog_regs {
358 u16 wcr; /* Control */
359 u16 wsr; /* Service */
360 u16 wrsr; /* Reset Status */
361 u16 wicr; /* Interrupt Control */
362 u16 wmcr; /* Miscellaneous Control */
363};
364
365struct bootrom_sw_info {
366 u8 reserved_1;
367 u8 boot_dev_instance;
368 u8 boot_dev_type;
369 u8 reserved_2;
370 u32 core_freq;
371 u32 axi_freq;
372 u32 ddr_freq;
373 u32 tick_freq;
374 u32 reserved_3[3];
375};
376
Peng Fan2f8c5e12019-08-27 06:25:14 +0000377#define ROM_SW_INFO_ADDR_B0 (IS_ENABLED(CONFIG_IMX8MQ) ? 0x00000968 :\
378 0x000009e8)
Peng Fanb11a7342018-01-10 13:20:20 +0800379#define ROM_SW_INFO_ADDR_A0 0x000009e8
380
381#define ROM_SW_INFO_ADDR is_soc_rev(CHIP_REV_1_0) ? \
382 (struct bootrom_sw_info **)ROM_SW_INFO_ADDR_A0 : \
383 (struct bootrom_sw_info **)ROM_SW_INFO_ADDR_B0
Peng Fan9cf2aa32020-07-09 13:52:41 +0800384
385struct gpc_reg {
386 u32 lpcr_bsc;
387 u32 lpcr_ad;
388 u32 lpcr_cpu1;
389 u32 lpcr_cpu2;
390 u32 lpcr_cpu3;
391 u32 slpcr;
392 u32 mst_cpu_mapping;
393 u32 mmdc_cpu_mapping;
394 u32 mlpcr;
395 u32 pgc_ack_sel;
396 u32 pgc_ack_sel_m4;
397 u32 gpc_misc;
398 u32 imr1_core0;
399 u32 imr2_core0;
400 u32 imr3_core0;
401 u32 imr4_core0;
402 u32 imr1_core1;
403 u32 imr2_core1;
404 u32 imr3_core1;
405 u32 imr4_core1;
406 u32 imr1_cpu1;
407 u32 imr2_cpu1;
408 u32 imr3_cpu1;
409 u32 imr4_cpu1;
410 u32 imr1_cpu3;
411 u32 imr2_cpu3;
412 u32 imr3_cpu3;
413 u32 imr4_cpu3;
414 u32 isr1_cpu0;
415 u32 isr2_cpu0;
416 u32 isr3_cpu0;
417 u32 isr4_cpu0;
418 u32 isr1_cpu1;
419 u32 isr2_cpu1;
420 u32 isr3_cpu1;
421 u32 isr4_cpu1;
422 u32 isr1_cpu2;
423 u32 isr2_cpu2;
424 u32 isr3_cpu2;
425 u32 isr4_cpu2;
426 u32 isr1_cpu3;
427 u32 isr2_cpu3;
428 u32 isr3_cpu3;
429 u32 isr4_cpu3;
430 u32 slt0_cfg;
431 u32 slt1_cfg;
432 u32 slt2_cfg;
433 u32 slt3_cfg;
434 u32 slt4_cfg;
435 u32 slt5_cfg;
436 u32 slt6_cfg;
437 u32 slt7_cfg;
438 u32 slt8_cfg;
439 u32 slt9_cfg;
440 u32 slt10_cfg;
441 u32 slt11_cfg;
442 u32 slt12_cfg;
443 u32 slt13_cfg;
444 u32 slt14_cfg;
445 u32 pgc_cpu_0_1_mapping;
446 u32 cpu_pgc_up_trg;
447 u32 mix_pgc_up_trg;
448 u32 pu_pgc_up_trg;
449 u32 cpu_pgc_dn_trg;
450 u32 mix_pgc_dn_trg;
451 u32 pu_pgc_dn_trg;
452 u32 lpcr_bsc2;
453 u32 pgc_cpu_2_3_mapping;
454 u32 lps_cpu0;
455 u32 lps_cpu1;
456 u32 lps_cpu2;
457 u32 lps_cpu3;
458 u32 gpc_gpr;
459 u32 gtor;
460 u32 debug_addr1;
461 u32 debug_addr2;
462 u32 cpu_pgc_up_status1;
463 u32 mix_pgc_up_status0;
464 u32 mix_pgc_up_status1;
465 u32 mix_pgc_up_status2;
466 u32 m4_mix_pgc_up_status0;
467 u32 m4_mix_pgc_up_status1;
468 u32 m4_mix_pgc_up_status2;
469 u32 pu_pgc_up_status0;
470 u32 pu_pgc_up_status1;
471 u32 pu_pgc_up_status2;
472 u32 m4_pu_pgc_up_status0;
473 u32 m4_pu_pgc_up_status1;
474 u32 m4_pu_pgc_up_status2;
475 u32 a53_lp_io_0;
476 u32 a53_lp_io_1;
477 u32 a53_lp_io_2;
478 u32 cpu_pgc_dn_status1;
479 u32 mix_pgc_dn_status0;
480 u32 mix_pgc_dn_status1;
481 u32 mix_pgc_dn_status2;
482 u32 m4_mix_pgc_dn_status0;
483 u32 m4_mix_pgc_dn_status1;
484 u32 m4_mix_pgc_dn_status2;
485 u32 pu_pgc_dn_status0;
486 u32 pu_pgc_dn_status1;
487 u32 pu_pgc_dn_status2;
488 u32 m4_pu_pgc_dn_status0;
489 u32 m4_pu_pgc_dn_status1;
490 u32 m4_pu_pgc_dn_status2;
491 u32 res[3];
492 u32 mix_pdn_flg;
493 u32 pu_pdn_flg;
494 u32 m4_mix_pdn_flg;
495 u32 m4_pu_pdn_flg;
496 u32 imr1_core2;
497 u32 imr2_core2;
498 u32 imr3_core2;
499 u32 imr4_core2;
500 u32 imr1_core3;
501 u32 imr2_core3;
502 u32 imr3_core3;
503 u32 imr4_core3;
504 u32 pgc_ack_sel_pu;
505 u32 pgc_ack_sel_m4_pu;
506 u32 slt15_cfg;
507 u32 slt16_cfg;
508 u32 slt17_cfg;
509 u32 slt18_cfg;
510 u32 slt19_cfg;
511 u32 gpc_pu_pwrhsk;
512 u32 slt0_cfg_pu;
513 u32 slt1_cfg_pu;
514 u32 slt2_cfg_pu;
515 u32 slt3_cfg_pu;
516 u32 slt4_cfg_pu;
517 u32 slt5_cfg_pu;
518 u32 slt6_cfg_pu;
519 u32 slt7_cfg_pu;
520 u32 slt8_cfg_pu;
521 u32 slt9_cfg_pu;
522 u32 slt10_cfg_pu;
523 u32 slt11_cfg_pu;
524 u32 slt12_cfg_pu;
525 u32 slt13_cfg_pu;
526 u32 slt14_cfg_pu;
527 u32 slt15_cfg_pu;
528 u32 slt16_cfg_pu;
529 u32 slt17_cfg_pu;
530 u32 slt18_cfg_pu;
531 u32 slt19_cfg_pu;
532};
533
534struct pgc_reg {
535 u32 pgcr;
536 u32 pgpupscr;
537 u32 pgpdnscr;
538 u32 pgsr;
539 u32 pgauxsw;
540 u32 pgdr;
541};
Peng Fanb11a7342018-01-10 13:20:20 +0800542#endif
543#endif