Home
last modified time | relevance | path

Searched refs:dram_map (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/
H A Ddram_init.c75 static int uniphier_memconf_decode(struct uniphier_dram_map *dram_map) in uniphier_memconf_decode() argument
90 dram_map[0].base = CONFIG_SYS_SDRAM_BASE; in uniphier_memconf_decode()
116 dram_map[0].size = size; in uniphier_memconf_decode()
119 dram_map[1].base = dram_map[0].base + size; in uniphier_memconf_decode()
122 if (dram_map[1].base > data->sparse_ch1_base) { in uniphier_memconf_decode()
125 dram_map[1].base = 0; in uniphier_memconf_decode()
129 dram_map[1].base = data->sparse_ch1_base; in uniphier_memconf_decode()
156 dram_map[1].size = size; in uniphier_memconf_decode()
162 dram_map[2].base = dram_map[1].base + size; in uniphier_memconf_decode()
188 dram_map[2].size = size; in uniphier_memconf_decode()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/netlogic/xlp/
H A Dnlm_hal.c466 int nlm_get_dram_map(int node, uint64_t *dram_map, int nentries) in nlm_get_dram_map() argument
503 dram_map[rv] = base; in nlm_get_dram_map()
504 dram_map[rv + 1] = lim; in nlm_get_dram_map()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/netlogic/xlp-hal/
H A Dxlp.h93 int nlm_get_dram_map(int node, uint64_t *dram_map, int nentries);