Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dingenic_rproc.c30 struct vpu_mem_map { struct
36 const struct vpu_mem_map *map; argument
41 static const struct vpu_mem_map vpu_mem_map[] = { variable
60 struct vpu_mem_info mem_info[ARRAY_SIZE(vpu_mem_map)];
125 for (i = 0; i < ARRAY_SIZE(vpu_mem_map); i++) { in ingenic_rproc_da_to_va()
127 const struct vpu_mem_map *map = info->map; in ingenic_rproc_da_to_va()
186 for (i = 0; i < ARRAY_SIZE(vpu_mem_map); i++) { in ingenic_rproc_probe()
188 vpu_mem_map[i].name); in ingenic_rproc_probe()
198 vpu->mem_info[i].map = &vpu_mem_map[i]; in ingenic_rproc_probe()