Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Drockchip_amp.c66 static u32 g_cpus_boot_by_linux[8]; variable
86 memset(g_cpus_boot_by_linux, 0xff, sizeof(g_cpus_boot_by_linux)); in parse_cpus_boot_by_linux()
95 g_cpus_boot_by_linux[i++] = mpidr; in parse_cpus_boot_by_linux()
319 for (i = 0; i < ARRAY_SIZE(g_cpus_boot_by_linux); i++) { in brought_up_amp()
320 if (cpu == g_cpus_boot_by_linux[i]) { in brought_up_amp()