Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-uniphier/dram/
H A Dddrphy-ld4.c24 static u32 ddrphy_ptr4[DRAM_FREQ_NR] = {0x06ae08d6, 0x08027100}; variable
53 writel(ddrphy_ptr4[freq_e], phy_base + PHY_PTR4); in uniphier_ld4_ddrphy_init()
H A Dumc-pxs2.c42 static u32 ddrphy_ptr4[DRAM_FREQ_NR] = {0x0e9ad8e9, 0x10b34157}; variable
170 writel(ddrphy_ptr4[freq], phy_base + MPHY_PTR4); in ddrphy_init()
/openbmc/u-boot/drivers/ram/
H A Dk3-am654-ddrss.h1164 u32 ddrphy_ptr4; member
H A Dk3-am654-ddrss.c213 ddrss_phy_writel(DDRSS_DDRPHY_PTR4, tmg->ddrphy_ptr4); in am654_ddrss_phy_configuration()