Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ram/aspeed/
H A Dsdram_ast2500.c60 #define SDRAM_SIZE_1MB (SDRAM_SIZE_1KB * SDRAM_SIZE_1KB) macro
61 #define SDRAM_MIN_SIZE (128 * SDRAM_SIZE_1MB)
62 #define SDRAM_MAX_SIZE (1024 * SDRAM_SIZE_1MB)
211 size_t ram_size_tbl[4] = { 128 * SDRAM_SIZE_1MB, in ast2500_sdrammc_update_size()
212 256 * SDRAM_SIZE_1MB, in ast2500_sdrammc_update_size()
213 512 * SDRAM_SIZE_1MB, in ast2500_sdrammc_update_size()
214 1024 * SDRAM_SIZE_1MB }; in ast2500_sdrammc_update_size()
287 conf_size = conf_size_mb * SDRAM_SIZE_1MB; in ast2500_sdrammc_ecc_enable()
291 info->info.size / SDRAM_SIZE_1MB); in ast2500_sdrammc_ecc_enable()
H A Dsdram_ast2600.c170 #define SDRAM_SIZE_1MB (SDRAM_SIZE_1KB * SDRAM_SIZE_1KB) macro
171 #define SDRAM_MIN_SIZE (256 * SDRAM_SIZE_1MB)
172 #define SDRAM_MAX_SIZE (2048 * SDRAM_SIZE_1MB)
841 ram_size = 2048 * SDRAM_SIZE_1MB; in ast2600_sdrammc_update_size()
844 ram_size = 1024 * SDRAM_SIZE_1MB; in ast2600_sdrammc_update_size()
847 ram_size = 512 * SDRAM_SIZE_1MB; in ast2600_sdrammc_update_size()
850 ram_size = 256 * SDRAM_SIZE_1MB; in ast2600_sdrammc_update_size()
872 conf_size = conf_size_mb * SDRAM_SIZE_1MB; in ast2600_sdrammc_ecc_enable()
876 info->info.size / SDRAM_SIZE_1MB); in ast2600_sdrammc_ecc_enable()