Searched refs:SOC_REGS_PHY_BASE (Results 1 – 8 of 8) sorted by relevance
52 #define SOC_REGS_PHY_BASE 0xd0000000 macro54 #define SOC_REGS_PHY_BASE 0xf0000000 macro56 #define SOC_REGS_PHY_BASE 0xf1000000 macro58 #define MVEBU_REGISTER(x) (SOC_REGS_PHY_BASE + x)
23 pregs.regs[1] = SOC_REGS_PHY_BASE; in a8k_dram_scan_ap_sz()
66 .phys = SOC_REGS_PHY_BASE,67 .virt = SOC_REGS_PHY_BASE,
16 #define INTER_REGS_BASE SOC_REGS_PHY_BASE
19 #define INTER_REGS_BASE SOC_REGS_PHY_BASE
428 writel(SOC_REGS_PHY_BASE, INTREG_BASE_ADDR_REG); in arch_cpu_init()429 set_cbar(SOC_REGS_PHY_BASE + 0xC000); in arch_cpu_init()
342 writel(SOC_REGS_PHY_BASE, pcie->base + PCIE_BAR_LO_OFF(0)); in mvebu_pcie_probe()359 pcie->base = (void *)(fdt32_to_cpu(addr[2]) + SOC_REGS_PHY_BASE); in mvebu_pcie_port_parse_dt()
78 #define INTER_REGS_BASE SOC_REGS_PHY_BASE
Completed in 12 milliseconds