Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/
H A Dsdram.c501 u32 *ext_phy_ctrl_base = 0; in do_ext_phy_settings_omap5() local
512 ext_phy_ctrl_base = (u32 *) &(regs->emif_ddr_ext_phy_ctrl_1); in do_ext_phy_settings_omap5()
517 writel(*ext_phy_ctrl_base, emif_ext_phy_ctrl_base++); in do_ext_phy_settings_omap5()
519 writel(*ext_phy_ctrl_base++, emif_ext_phy_ctrl_base++); in do_ext_phy_settings_omap5()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/am33xx/
H A Dddr.c216 u32 *ext_phy_ctrl_base = 0; in ext_phy_settings_swlvl() local
222 ext_phy_ctrl_base = (u32 *)&(regs->emif_ddr_ext_phy_ctrl_1); in ext_phy_settings_swlvl()
228 writel(*ext_phy_ctrl_base, emif_ext_phy_ctrl_base++); in ext_phy_settings_swlvl()
230 writel(*ext_phy_ctrl_base++, emif_ext_phy_ctrl_base++); in ext_phy_settings_swlvl()