Lines Matching +full:smp +full:- +full:capable
1 // SPDX-License-Identifier: GPL-2.0
5 // Copyright (c) 2010-2014 Samsung Electronics Co., Ltd.
15 #include <linux/soc/samsung/exynos-regs-pmu.h>
18 #include <asm/hardware/cache-l2x0.h>
33 .id = -1,
52 for_each_compatible_node(node, NULL, "samsung,exynos4210-sysram") { in exynos_sysram_init()
62 for_each_compatible_node(node, NULL, "samsung,exynos4210-sysram-ns") { in exynos_sysram_init()
78 if (!of_flat_dt_is_compatible(node, "samsung,exynos4210-chipid")) in exynos_fdt_map_chipid()
86 iodesc.length = be32_to_cpu(reg[1]) - 1; in exynos_fdt_map_chipid()
108 * Set or clear the USE_DELAYED_RESET_ASSERTION option. Used by smp code
135 * Apparently, these SoCs are not able to wake-up from suspend using
136 * the PMU. Too bad. Should they suddenly become capable of such a
140 { .compatible = "samsung,exynos5260-pmu" },
141 { .compatible = "samsung,exynos5410-pmu" },
168 * This is called from smp_prepare_cpus if we've built for SMP, but in exynos_dt_machine_init()
214 .smp = smp_ops(exynos_smp_ops),