Searched refs:mem_names (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/remoteproc/ |
D | ti_k3_dsp_rproc.c | 232 static const char * const mem_names[] = {"l2sram", "l1pram", "l1dram"}; in k3_dsp_of_get_memories() local 238 dsp->num_mems = ARRAY_SIZE(mem_names); in k3_dsp_of_get_memories() 246 !strcmp(mem_names[i], "l1pram")) { in k3_dsp_of_get_memories() 254 dsp->mem[i].bus_addr = dev_read_addr_size_name(dev, mem_names[i], in k3_dsp_of_get_memories() 257 dev_err(dev, "%s bus address not found\n", mem_names[i]); in k3_dsp_of_get_memories() 267 mem_names[i], &dsp->mem[i].bus_addr, in k3_dsp_of_get_memories()
|
D | ti_k3_r5f_rproc.c | 659 static const char * const mem_names[] = {"atcm", "btcm"}; in k3_r5f_core_of_get_memories() local 665 core->num_mems = ARRAY_SIZE(mem_names); in k3_r5f_core_of_get_memories() 672 mem_names[i], in k3_r5f_core_of_get_memories() 676 mem_names[i]); in k3_r5f_core_of_get_memories() 682 if (!strcmp(mem_names[i], "atcm")) { in k3_r5f_core_of_get_memories() 691 mem_names[i], &core->mem[i].bus_addr, in k3_r5f_core_of_get_memories()
|