Searched refs:mtk_smp_info (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm/mach-mediatek/
H A Dplatsmp.c59 static const struct mtk_smp_boot_info *mtk_smp_info; variable in typeref:struct:mtk_smp_boot_info
66 if (!mtk_smp_info->core_keys[cpu-1])
69 writel_relaxed(mtk_smp_info->core_keys[cpu-1],
70 mtk_smp_base + mtk_smp_info->core_regs[cpu-1]);
93 mtk_smp_info = infos[i].data;
98 if (!mtk_smp_info) {
105 mtk_smp_base = phys_to_virt(mtk_smp_info->smp_base);
107 mtk_smp_base = ioremap(mtk_smp_info->smp_base, MTK_SMP_REG_SIZE);
110 mtk_smp_info->smp_base);
120 mtk_smp_base + mtk_smp_info
[all...]

Completed in 79 milliseconds