Searched refs:max_mem (Results 1 – 1 of 1) sorted by relevance
557 unsigned long max_mem; in memory_setup() local567 max_mem = memory_end = _ramend - DMA_UNCACHED_REGION; in memory_setup()575 if (max_mem >= 56 * 1024 * 1024) in memory_setup()576 max_mem = 56 * 1024 * 1024; in memory_setup()578 if (max_mem >= 60 * 1024 * 1024) in memory_setup()579 max_mem = 60 * 1024 * 1024; in memory_setup()616 if (memory_end > max_mem) { in memory_setup()618 (max_mem - CONFIG_PHY_RAM_BASE_ADDRESS) >> 20); in memory_setup()619 memory_end = max_mem; in memory_setup()647 if (memory_end > max_mem) { in memory_setup()[all …]