Searched refs:SDRAM_MIN_SIZE (Results 1 – 2 of 2) sorted by relevance
48 #define SDRAM_MIN_SIZE (128 * 1024 * 1024) macro201 size_t ram_size = SDRAM_MIN_SIZE; in ast2500_sdrammc_calc_size()208 for (ram_size = SDRAM_MAX_SIZE; ram_size > SDRAM_MIN_SIZE; in ast2500_sdrammc_calc_size()219 for (ram_size = SDRAM_MAX_SIZE; ram_size > SDRAM_MIN_SIZE; in ast2500_sdrammc_calc_size()
419 #define SDRAM_MIN_SIZE (256 * SDRAM_SIZE_1MB) macro722 size_t ram_size = SDRAM_MIN_SIZE; in ast2600_sdrammc_calc_size()729 for (ram_size = SDRAM_MAX_SIZE; ram_size > SDRAM_MIN_SIZE; in ast2600_sdrammc_calc_size()740 for (ram_size = SDRAM_MAX_SIZE; ram_size > SDRAM_MIN_SIZE; in ast2600_sdrammc_calc_size()
Completed in 5 milliseconds