Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Drockchip_amp.c345 int cpu_noffset; in brought_up_all_amp() local
364 cpu_noffset = fit_image_get_node(fit, uname); in brought_up_all_amp()
365 if (cpu_noffset < 0) in brought_up_all_amp()
366 return cpu_noffset; in brought_up_all_amp()
368 ret = brought_up_amp(fit, cpu_noffset, &g_bootcpu, 0); in brought_up_all_amp()