Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dsdram.c504 u32 *ext_phy_ctrl_base = 0; in do_ext_phy_settings_omap5() local
515 ext_phy_ctrl_base = (u32 *) &(regs->emif_ddr_ext_phy_ctrl_1); in do_ext_phy_settings_omap5()
520 writel(*ext_phy_ctrl_base, emif_ext_phy_ctrl_base++); in do_ext_phy_settings_omap5()
522 writel(*ext_phy_ctrl_base++, emif_ext_phy_ctrl_base++); in do_ext_phy_settings_omap5()
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dddr.c215 u32 *ext_phy_ctrl_base = 0; in ext_phy_settings_swlvl() local
221 ext_phy_ctrl_base = (u32 *)&(regs->emif_ddr_ext_phy_ctrl_1); in ext_phy_settings_swlvl()
227 writel(*ext_phy_ctrl_base, emif_ext_phy_ctrl_base++); in ext_phy_settings_swlvl()
229 writel(*ext_phy_ctrl_base++, emif_ext_phy_ctrl_base++); in ext_phy_settings_swlvl()