Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/omap5/
Dsdram.c505 u32 *emif_ext_phy_ctrl_base = 0; in do_ext_phy_settings_omap5() local
516 emif_ext_phy_ctrl_base = (u32 *) &(emif->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()
534 emif_ext_phy_ctrl_base++); in do_ext_phy_settings_omap5()
537 emif_ext_phy_ctrl_base++); in do_ext_phy_settings_omap5()
544 u32 *emif_ext_phy_ctrl_base = 0; in do_ext_phy_settings_dra7() local
554 emif_ext_phy_ctrl_base = (u32 *)&(emif->emif_ddr_ext_phy_ctrl_1); in do_ext_phy_settings_dra7()
559 writel(ext_phy_ctrl_const_regs[0], &emif_ext_phy_ctrl_base[0]); in do_ext_phy_settings_dra7()
560 writel(ext_phy_ctrl_const_regs[0], &emif_ext_phy_ctrl_base[1]); in do_ext_phy_settings_dra7()
[all …]
/external/u-boot/arch/arm/mach-omap2/am33xx/
Dddr.c233 u32 *emif_ext_phy_ctrl_base = 0; in ext_phy_settings_swlvl() local
239 emif_ext_phy_ctrl_base = in ext_phy_settings_swlvl()
244 writel(*ext_phy_ctrl_base, emif_ext_phy_ctrl_base++); in ext_phy_settings_swlvl()
246 writel(*ext_phy_ctrl_base++, emif_ext_phy_ctrl_base++); in ext_phy_settings_swlvl()
260 writel(ext_phy_ctrl_const_regs[i], emif_ext_phy_ctrl_base++); in ext_phy_settings_swlvl()
262 writel(ext_phy_ctrl_const_regs[i], emif_ext_phy_ctrl_base++); in ext_phy_settings_swlvl()