| /OK3568_Linux_fs/kernel/drivers/power/reset/ |
| H A D | at91-poweroff.c | 156 u32 ddr_type; in at91_poweroff_probe() local 189 ddr_type = readl(at91_shdwc.mpddrc_base + AT91_DDRSDRC_MDR) & in at91_poweroff_probe() 191 if (ddr_type != AT91_DDRSDRC_MD_LPDDR2 && in at91_poweroff_probe() 192 ddr_type != AT91_DDRSDRC_MD_LPDDR3) { in at91_poweroff_probe()
|
| H A D | at91-sama5d2_shdwc.c | 305 u32 ddr_type; in at91_shdwc_probe() local 374 ddr_type = readl(at91_shdwc->mpddrc_base + AT91_DDRSDRC_MDR) & in at91_shdwc_probe() 376 if (ddr_type != AT91_DDRSDRC_MD_LPDDR2 && in at91_shdwc_probe() 377 ddr_type != AT91_DDRSDRC_MD_LPDDR3) { in at91_shdwc_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/ |
| H A D | sdram_rv1108_pctl_phy.c | 116 if (params_priv->ddr_config_t.ddr_type == DDR3 || in memory_init() 117 params_priv->ddr_config_t.ddr_type == DDR2) { in memory_init() 139 if (params_priv->ddr_config_t.ddr_type == DDR3) { in memory_init() 294 if (params_priv->ddr_config_t.ddr_type == DDR3 || in pctl_cfg() 295 params_priv->ddr_config_t.ddr_type == DDR2) { in pctl_cfg() 305 if (params_priv->ddr_config_t.ddr_type == DDR3) in pctl_cfg() 380 switch (params_priv->ddr_config_t.ddr_type) { in phy_cfg() 480 if (params_priv->ddr_config_t.ddr_type == DDR3) { in sdram_detect() 539 os_reg = (params_priv->ddr_config_t.ddr_type & SYS_REG_DDRTYPE_MASK) << in sdram_all_config() 570 switch (params_priv->ddr_config_t.ddr_type & SYS_REG_DDRTYPE_MASK) { in sdram_all_config()
|
| H A D | sdram_rk3308.c | 454 if (params_priv->ddr_config_t.ddr_type == DDR3 || in pctl_cfg_grf() 455 params_priv->ddr_config_t.ddr_type == DDR2) in pctl_cfg_grf() 527 if (params_priv->ddr_config_t.ddr_type == LPDDR2) { in set_ds_odt() 698 switch (params_priv->ddr_config_t.ddr_type) { in modify_sdram_params()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_init.c | 86 static char *ddr_type = "DDR3"; variable 192 ddr_type); in ddr3_restore_and_set_final_windows() 334 printf("%s Training Sequence - 2nd boot - Skip\n", ddr_type); in ddr3_init() 394 printf("%s Training Sequence - FAILED\n", ddr_type); in ddr3_init() 417 printf("%s Training Sequence - Ended Successfully\n", ddr_type); in ddr3_init() 764 printf("%s Training Sequence - FAILED\n", ddr_type); in ddr3_hws_tune_training_params()
|
| /OK3568_Linux_fs/u-boot/cmd/ddr_tool/ddr_dq_eye/ |
| H A D | ddr_dq_eye.c | 173 u32 ddr_type; in do_ddr_dq_eye() local 188 ddr_type = (readl(0xfe020208) >> 13) & 0x7; in do_ddr_dq_eye() 190 ddr_type = ((readl(0xfdc2020c) & (0x3 << 12)) >> 9) | in do_ddr_dq_eye() 232 switch (ddr_type) { in do_ddr_dq_eye()
|
| /OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3036/ |
| H A D | evb_rk3036.c | 18 config->ddr_type = 3; in get_ddr_config()
|
| /OK3568_Linux_fs/u-boot/board/rockchip/kylin_rk3036/ |
| H A D | kylin_rk3036.c | 19 config->ddr_type = 3; in get_ddr_config()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-imx/ |
| H A D | pm-imx6.c | 86 u32 ddr_type; member 220 u32 ddr_type; member 557 pm_info->ddr_type = imx_mmdc_get_ddr_type(); in imx6q_suspend_init()
|
| H A D | mmdc.c | 61 static int ddr_type; variable 565 ddr_type = (val & BM_MMDC_MDMISC_DDR_TYPE) >> in imx_mmdc_probe() 586 return ddr_type; in imx_mmdc_get_ddr_type()
|
| /OK3568_Linux_fs/kernel/drivers/devfreq/ |
| H A D | rk3399_dmc.c | 317 u32 ddr_type; in rk3399_dmcfreq_probe() local 387 ddr_type = (val >> RK3399_PMUGRF_DDRTYPE_SHIFT) & in rk3399_dmcfreq_probe() 390 switch (ddr_type) { in rk3399_dmcfreq_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/sdram_inc/rk3308/ |
| H A D | sdram-rk3308-ddr3-detect-589.inc | 7 .ddr_type = 0x3,
|
| H A D | sdram-rk3308-lpddr2-detect-451.inc | 7 .ddr_type = 0x5,
|
| H A D | sdram-rk3308-lpddr2-detect-393.inc | 7 .ddr_type = 0x5,
|
| H A D | sdram-rk3308-ddr3-detect-451.inc | 7 .ddr_type = 0x3,
|
| H A D | sdram-rk3308-ddr2-detect-393.inc | 7 .ddr_type = 0x2,
|
| H A D | sdram-rk3308-ddr3-detect-393.inc | 7 .ddr_type = 0x3,
|
| H A D | sdram-rk3308-ddr2-detect-451.inc | 7 .ddr_type = 0x2,
|
| /OK3568_Linux_fs/u-boot/board/engicam/common/ |
| H A D | spl.c | 190 .ddr_type = DDR_TYPE_DDR3, 302 .ddr_type = DDR_TYPE_DDR3,
|
| /OK3568_Linux_fs/u-boot/board/ccv/xpress/ |
| H A D | spl.c | 62 .ddr_type = DDR_TYPE_DDR3,
|
| /OK3568_Linux_fs/u-boot/board/barco/platinum/ |
| H A D | spl_picon.c | 140 .ddr_type = DDR_TYPE_DDR3, in spl_dram_init()
|
| H A D | spl_titanium.c | 143 .ddr_type = DDR_TYPE_DDR3, in spl_dram_init()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | global_data.h | 24 uint16_t ddr_type; member
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-quark/ |
| H A D | mrc.h | 115 uint8_t ddr_type; /* DDR3, DDR3L */ member
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/ |
| H A D | litesom.c | 130 .ddr_type = DDR_TYPE_DDR3,
|