Home
last modified time | relevance | path

Searched refs:phycontrol0 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Ddmc_common.c76 void update_reset_dll(uint32_t *phycontrol0, enum ddr_mode mode) in update_reset_dll() argument
82 writel(val, phycontrol0); in update_reset_dll()
86 val = readl(phycontrol0); in update_reset_dll()
88 writel(val, phycontrol0); in update_reset_dll()
91 val = readl(phycontrol0); in update_reset_dll()
93 writel(val, phycontrol0); in update_reset_dll()
H A Ddmc_init_exynos4.c60 &dmc->phycontrol0); in phy_control_reset()
62 &dmc->phycontrol0); in phy_control_reset()
108 writel((mem.control0 | CTRL_START | CTRL_DLL_ON), &dmc->phycontrol0); in dmc_init()
H A Ddmc_init_ddr3.c78 update_reset_dll(&dmc->phycontrol0, DDR_MODE_DDR3); in ddr3_mem_ctrl_init()
103 update_reset_dll(&dmc->phycontrol0, DDR_MODE_DDR3); in ddr3_mem_ctrl_init()
212 update_reset_dll(&dmc->phycontrol0, DDR_MODE_DDR3); in ddr3_mem_ctrl_init()
546 writel(val, &drex0->phycontrol0); in ddr3_mem_ctrl_init()
547 writel(val, &drex1->phycontrol0); in ddr3_mem_ctrl_init()
568 update_reset_dll(&drex0->phycontrol0, DDR_MODE_DDR3); in ddr3_mem_ctrl_init()
569 update_reset_dll(&drex1->phycontrol0, DDR_MODE_DDR3); in ddr3_mem_ctrl_init()
H A Dexynos5_setup.h946 void update_reset_dll(uint32_t *phycontrol0, enum ddr_mode);
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddmc.h12 unsigned int phycontrol0; member
121 unsigned int phycontrol0; member
215 unsigned int phycontrol0; member