Searched defs:ram_end (Results 1 – 2 of 2) sorted by relevance
14 uint64_t ram_end = CONFIG_DRAM_SIZE_MB * (uint64_t)MiB; in soc_read_resources() local
20 uint64_t ram_end = (uintptr_t)_dram + CONFIG_DRAM_SIZE_MB * (uint64_t)MiB; in soc_read_resources() local