Home
last modified time | relevance | path

Searched refs:SOC_REGS_PHY_BASE (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/
H A Dsoc.h48 #define SOC_REGS_PHY_BASE 0xd0000000 macro
50 #define SOC_REGS_PHY_BASE 0xf0000000 macro
52 #define SOC_REGS_PHY_BASE 0xf1000000 macro
54 #define MVEBU_REGISTER(x) (SOC_REGS_PHY_BASE + x)
/openbmc/u-boot/arch/arm/mach-mvebu/
H A Darm64-common.c56 pregs.regs[1] = SOC_REGS_PHY_BASE; in a8k_dram_scan_ap_sz()
H A Dcpu.c397 writel(SOC_REGS_PHY_BASE, INTREG_BASE_ADDR_REG); in arch_cpu_init()
398 set_cbar(SOC_REGS_PHY_BASE + 0xC000); in arch_cpu_init()
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr_ml_wrapper.h17 #define INTER_REGS_BASE SOC_REGS_PHY_BASE
H A Dmv_ddr_plat.h17 #define INTER_REGS_BASE SOC_REGS_PHY_BASE
/openbmc/u-boot/drivers/pci/
H A Dpci_mvebu.c317 writel(SOC_REGS_PHY_BASE, pcie->base + PCIE_BAR_LO_OFF(0)); in mvebu_pcie_probe()
345 pcie->base = (void *)(fdt32_to_cpu(addr[2]) + SOC_REGS_PHY_BASE); in mvebu_pcie_port_parse_dt()
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_axp.h78 #define INTER_REGS_BASE SOC_REGS_PHY_BASE