Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/dram/
H A Dumc-pxs2.c62 tmp = readl(phy_base + MPHY_PGCR0); in ddrphy_fifo_reset()
64 writel(tmp, phy_base + MPHY_PGCR0); in ddrphy_fifo_reset()
69 writel(tmp, phy_base + MPHY_PGCR0); in ddrphy_fifo_reset()
157 writel(0x07d81e37, phy_base + MPHY_PGCR0); in ddrphy_init()
H A Dddrmphy-regs.h34 #define MPHY_PGCR0 (0x002 << MPHY_SHIFT) macro