Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/
H A Dsdram.c504 const u32 *ext_phy_ctrl_const_regs; in do_ext_phy_settings_omap5() local
527 &ext_phy_ctrl_const_regs, &size); in do_ext_phy_settings_omap5()
530 writel(ext_phy_ctrl_const_regs[i], in do_ext_phy_settings_omap5()
533 writel(ext_phy_ctrl_const_regs[i], in do_ext_phy_settings_omap5()
543 const u32 *ext_phy_ctrl_const_regs; in do_ext_phy_settings_dra7() local
554 &ext_phy_ctrl_const_regs, &size); 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()
565 writel(ext_phy_ctrl_const_regs[i], in do_ext_phy_settings_dra7()
567 writel(ext_phy_ctrl_const_regs[i], in do_ext_phy_settings_dra7()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/am33xx/
H A Dddr.c218 __maybe_unused const u32 *ext_phy_ctrl_const_regs; in ext_phy_settings_swlvl() local
238 emif_get_ext_phy_ctrl_const_regs(&ext_phy_ctrl_const_regs, &size); 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()