Home
last modified time | relevance | path

Searched refs:ddrphy_ptr3 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/mach-uniphier/dram/
H A Dddrphy-ld4.c23 static u32 ddrphy_ptr3[DRAM_FREQ_NR] = {0x0f051616, 0x12061A80}; variable
52 writel(ddrphy_ptr3[freq_e], phy_base + PHY_PTR3); in uniphier_ld4_ddrphy_init()
H A Dumc-pxs2.c41 static u32 ddrphy_ptr3[DRAM_FREQ_NR] = {0x15171e45, 0x18182357}; variable
169 writel(ddrphy_ptr3[freq], phy_base + MPHY_PTR3); in ddrphy_init()
/openbmc/u-boot/drivers/ram/
H A Dk3-am654-ddrss.h1163 u32 ddrphy_ptr3; member
H A Dk3-am654-ddrss.c212 ddrss_phy_writel(DDRSS_DDRPHY_PTR3, tmg->ddrphy_ptr3); in am654_ddrss_phy_configuration()