Lines Matching +full:0 +full:xe6160000
44 return 0; in board_early_init_f()
48 #define HSUSB_REG_LPSTS 0xE6590102
50 #define HSUSB_REG_UGCTRL2 0xE6590184
51 #define HSUSB_REG_UGCTRL2_USB0SEL 0x30
52 #define HSUSB_REG_UGCTRL2_USB0SEL_EHCI 0x10
57 gd->bd->bi_boot_params = CONFIG_SYS_TEXT_BASE + 0x50000; in board_init()
70 return 0; in board_init()
75 if (fdtdec_setup_mem_size_base() != 0) in dram_init()
78 return 0; in dram_init()
85 return 0; in dram_init_banksize()
88 #define RST_BASE 0xE6160000
89 #define RST_CA57RESCNT (RST_BASE + 0x40)
90 #define RST_CA53RESCNT (RST_BASE + 0x44)
91 #define RST_RSTOUTCR (RST_BASE + 0x58)
92 #define RST_CA57_CODE 0xA5A5000F
93 #define RST_CA53_CODE 0x5A5A000F
99 asm volatile("mrs %0, midr_el1" : "=r" (midr)); in reset_cpu()
100 cputype = (midr >> 4) & 0xfff; in reset_cpu()
102 if (cputype == 0xd03) in reset_cpu()
104 else if (cputype == 0xd07) in reset_cpu()