Home
last modified time | relevance | path

Searched refs:DRAM_TYPE_LPDDR2 (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun9i.h208 ((type == DRAM_TYPE_LPDDR2) ? MCTL_MSTR_DEVICETYPE_LPDDR2 : \
215 ((type == DRAM_TYPE_LPDDR2) ? MCTL_MSTR_BURSTLENGTH4 : \
274 #define DRAM_TYPE_LPDDR2 6 macro
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/fsp/
H A Dfsp_configs.h74 #define DRAM_TYPE_LPDDR2 4 macro
/openbmc/linux/drivers/memory/tegra/
H A Dtegra210-emc-cc-r21021.c645 (dram_type == DRAM_TYPE_LPDDR2)) in tegra210_emc_r21021_set_clock()
876 else if (dram_type == DRAM_TYPE_LPDDR2 || is_lpddr3) in tegra210_emc_r21021_set_clock()
1034 dram_type == DRAM_TYPE_LPDDR2 && in tegra210_emc_r21021_set_clock()
1507 if (dram_type == DRAM_TYPE_LPDDR2) { in tegra210_emc_r21021_set_clock()
1529 if (dram_type == DRAM_TYPE_LPDDR2) { in tegra210_emc_r21021_set_clock()
1692 if (dram_type == DRAM_TYPE_LPDDR2) in tegra210_emc_r21021_set_clock()
H A Dtegra30-emc.c228 DRAM_TYPE_LPDDR2, enumerator
1137 case DRAM_TYPE_LPDDR2: in emc_setup_hw()
1166 case DRAM_TYPE_LPDDR2: in emc_setup_hw()
1183 if (dram_type == DRAM_TYPE_LPDDR2 && !print_sdram_info_once) { in emc_setup_hw()
H A Dtegra20-emc.c127 DRAM_TYPE_LPDDR2, enumerator
650 case DRAM_TYPE_LPDDR2: in emc_setup_hw()
665 if (dram_type == DRAM_TYPE_LPDDR2) { in emc_setup_hw()
H A Dtegra210-emc.h883 #define DRAM_TYPE_LPDDR2 2 macro
H A Dtegra210-emc-core.c772 if ((emc->dram_type != DRAM_TYPE_LPDDR2 && in tegra210_emc_set_refresh()