Home
last modified time | relevance | path

Searched defs:ram_end (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/qualcomm/ipq806x/
H A Dsoc.c14 uint64_t ram_end = CONFIG_DRAM_SIZE_MB * (uint64_t)MiB; in soc_read_resources() local
/aosp_15_r20/external/coreboot/src/soc/qualcomm/ipq40xx/
H A Dsoc.c20 uint64_t ram_end = (uintptr_t)_dram + CONFIG_DRAM_SIZE_MB * (uint64_t)MiB; in soc_read_resources() local