Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/omap5/
Dsdram.c507 const u32 *ext_phy_ctrl_const_regs; in do_ext_phy_settings_omap5() local
530 &ext_phy_ctrl_const_regs, &size); in do_ext_phy_settings_omap5()
533 writel(ext_phy_ctrl_const_regs[i], in do_ext_phy_settings_omap5()
536 writel(ext_phy_ctrl_const_regs[i], in do_ext_phy_settings_omap5()
546 const u32 *ext_phy_ctrl_const_regs; in do_ext_phy_settings_dra7() local
557 &ext_phy_ctrl_const_regs, &size); 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()
568 writel(ext_phy_ctrl_const_regs[i], in do_ext_phy_settings_dra7()
570 writel(ext_phy_ctrl_const_regs[i], in do_ext_phy_settings_dra7()
[all …]
/external/u-boot/arch/arm/mach-omap2/am33xx/
Dddr.c234 __maybe_unused const u32 *ext_phy_ctrl_const_regs; in ext_phy_settings_swlvl() local
254 emif_get_ext_phy_ctrl_const_regs(&ext_phy_ctrl_const_regs, &size); 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()