Home
last modified time | relevance | path

Searched refs:dramtype (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/drivers/ram/rockchip/
Dsdram_rk3399.c151 if ((sdram_ch->rank == 1) && (sdram_params->base.dramtype == DDR3)) in set_memory_map()
166 if (sdram_params->base.dramtype == LPDDR4) { in set_ds_odt()
176 } else if (sdram_params->base.dramtype == LPDDR3) { in set_ds_odt()
305 if (sdram_params->base.dramtype == LPDDR4) { in phy_io_config()
311 } else if (sdram_params->base.dramtype == LPDDR3) { in phy_io_config()
371 } else if (sdram_params->base.dramtype == DDR3) { in phy_io_config()
398 if (sdram_params->base.dramtype == LPDDR4) in phy_io_config()
400 else if (sdram_params->base.dramtype == LPDDR3) in phy_io_config()
402 else if (sdram_params->base.dramtype == DDR3) in phy_io_config()
865 if (sdram_params->base.dramtype == LPDDR4) { in data_training()
[all …]
Dsdram_rk3288.c171 static void dfi_cfg(struct rk3288_ddr_pctl *pctl, u32 dramtype) in dfi_cfg() argument
248 switch (sdram_params->base.dramtype) { in pctl_cfg()
317 switch (sdram_params->base.dramtype) { in phy_cfg()
384 u32 dramtype) in memory_init() argument
389 | (dramtype == DDR3 ? PIR_DRAMRST : 0))); in memory_init()
486 if (sdram_params->base.dramtype != LPDDR3) in data_training()
526 if (sdram_params->base.dramtype != LPDDR3) in data_training()
595 sys_reg |= sdram_params->base.dramtype << SYS_REG_DDRTYPE_SHIFT; in dram_all_config()
657 if (sdram_params->base.dramtype == LPDDR3) { in sdram_rank_bw_detect()
788 if ((sdram_params->base.dramtype == DDR3 && in sdram_init()
[all …]
Dsdram_rk322x.c166 u32 dramtype = sdram_params->base.dramtype; in memory_init() local
168 if (dramtype == DDR3) { in memory_init()
222 if (dramtype == LPDDR3) in memory_init()
406 u32 dramtype = sdram_params->base.dramtype; in pctl_cfg() local
425 if (dramtype == DDR3) { in pctl_cfg()
446 if (dramtype == LPDDR2) { in pctl_cfg()
484 switch (sdram_params->base.dramtype) { in phy_cfg()
502 if (sdram_params->base.dramtype == LPDDR2) in phy_cfg()
583 sys_reg |= sdram_params->base.dramtype << SYS_REG_DDRTYPE_SHIFT; in dram_all_config()
607 if (sdram_params->base.dramtype == DDR3) in dram_cap_detect()
Dsdram_rk3188.c172 static void dfi_cfg(struct rk3288_ddr_pctl *pctl, u32 dramtype) in dfi_cfg() argument
232 switch (sdram_params->base.dramtype) { in pctl_cfg()
280 switch (sdram_params->base.dramtype) { in phy_cfg()
326 u32 dramtype) in memory_init() argument
331 | (dramtype == DDR3 ? PIR_DRAMRST : 0))); in memory_init()
428 if (sdram_params->base.dramtype != LPDDR3) in data_training()
468 if (sdram_params->base.dramtype != LPDDR3) in data_training()
538 sys_reg |= sdram_params->base.dramtype << SYS_REG_DDRTYPE_SHIFT; in dram_all_config()
604 if (sdram_params->base.dramtype == LPDDR3) { in sdram_rank_bw_detect()
716 if ((sdram_params->base.dramtype == DDR3 && in sdram_init()
[all …]
/external/u-boot/arch/arm/include/asm/arch-spear/
Dspr_defs.h32 int dramtype; member
/external/u-boot/arch/arm/include/asm/arch-rockchip/
Dsdram_rk3399.h97 unsigned int dramtype; member
Dsdram.h93 u32 dramtype; member
Dsdram_rk322x.h270 u32 dramtype; member