Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/include/mach/
H A Dsoc.h45 #define SOC_REGS_PHY_BASE 0xd0000000 macro
47 #define SOC_REGS_PHY_BASE 0xf0000000 macro
49 #define SOC_REGS_PHY_BASE 0xf1000000 macro
51 #define MVEBU_REGISTER(x) (SOC_REGS_PHY_BASE + x)
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/
H A Dcpu.c381 writel(SOC_REGS_PHY_BASE, INTREG_BASE_ADDR_REG); in arch_cpu_init()
382 set_cbar(SOC_REGS_PHY_BASE + 0xC000); in arch_cpu_init()
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_hws_hw_training_def.h50 #define INTER_REGS_BASE SOC_REGS_PHY_BASE
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_axp.h79 #define INTER_REGS_BASE SOC_REGS_PHY_BASE
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_mvebu.c427 writel(SOC_REGS_PHY_BASE, pcie->base + PCIE_BAR_LO_OFF(0)); in pci_init_board()