Home
last modified time | relevance | path

Searched refs:MPHY_PGCR0 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-uniphier/dram/
H A Dumc-pxs2.c63 tmp = readl(phy_base + MPHY_PGCR0); in ddrphy_fifo_reset()
65 writel(tmp, phy_base + MPHY_PGCR0); in ddrphy_fifo_reset()
70 writel(tmp, phy_base + MPHY_PGCR0); in ddrphy_fifo_reset()
158 writel(0x07d81e37, phy_base + MPHY_PGCR0); in ddrphy_init()
H A Dddrmphy-regs.h33 #define MPHY_PGCR0 (0x002 << MPHY_SHIFT) macro