Home
last modified time | relevance | path

Searched refs:emif_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.c502 u32 *emif_ext_phy_ctrl_base = 0; in do_ext_phy_settings_omap5() local
513 emif_ext_phy_ctrl_base = (u32 *) &(emif->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()
531 emif_ext_phy_ctrl_base++); in do_ext_phy_settings_omap5()
534 emif_ext_phy_ctrl_base++); in do_ext_phy_settings_omap5()
541 u32 *emif_ext_phy_ctrl_base = 0; in do_ext_phy_settings_dra7() local
551 emif_ext_phy_ctrl_base = (u32 *)&(emif->emif_ddr_ext_phy_ctrl_1); in do_ext_phy_settings_dra7()
556 writel(ext_phy_ctrl_const_regs[0], &emif_ext_phy_ctrl_base[0]); in do_ext_phy_settings_dra7()
557 writel(ext_phy_ctrl_const_regs[0], &emif_ext_phy_ctrl_base[1]); in do_ext_phy_settings_dra7()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/am33xx/
H A Dddr.c217 u32 *emif_ext_phy_ctrl_base = 0; in ext_phy_settings_swlvl() local
223 emif_ext_phy_ctrl_base = 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()
244 writel(ext_phy_ctrl_const_regs[i], emif_ext_phy_ctrl_base++); in ext_phy_settings_swlvl()
246 writel(ext_phy_ctrl_const_regs[i], emif_ext_phy_ctrl_base++); in ext_phy_settings_swlvl()