Home
last modified time | relevance | path

Searched refs:MPHY_DX_BASE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/mach-uniphier/dram/
H A Dumc-pxs2.c98 void __iomem *dx_base = phy_base + MPHY_DX_BASE; in ddrphy_dqs_delay_fixup()
117 void __iomem *dx_base = phy_base + MPHY_DX_BASE; in ddrphy_get_system_latency()
218 dx_base = phy_base + MPHY_DX_BASE; in ddrphy_init()
H A Dcmd_ddrmphy.c78 dx_base = phy_base + MPHY_DX_BASE; in dump_loop()
234 { int ofst = MPHY_DX_BASE + MPHY_DX_STRIDE * (dx) + \
H A Dddrmphy-regs.h121 #define MPHY_DX_BASE (0x0A0 << MPHY_SHIFT) macro