Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/dram/
H A Dumc-pxs2.c97 void __iomem *dx_base = phy_base + MPHY_DX_BASE; in ddrphy_dqs_delay_fixup()
116 void __iomem *dx_base = phy_base + MPHY_DX_BASE; in ddrphy_get_system_latency()
217 dx_base = phy_base + MPHY_DX_BASE; in ddrphy_init()
H A Dcmd_ddrmphy.c77 dx_base = phy_base + MPHY_DX_BASE; in dump_loop()
233 { int ofst = MPHY_DX_BASE + MPHY_DX_STRIDE * (dx) + \
H A Dddrmphy-regs.h122 #define MPHY_DX_BASE (0x0A0 << MPHY_SHIFT) macro