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()
61 for_each_compatible_node(node, NULL, "samsung,exynos4210-sysram-ns") { in exynos_sysram_init()
76 if (!of_flat_dt_is_compatible(node, "samsung,exynos4210-chipid")) in exynos_fdt_map_chipid()
84 iodesc.length = be32_to_cpu(reg[1]) - 1; in exynos_fdt_map_chipid()
106 * Set or clear the USE_DELAYED_RESET_ASSERTION option. Used by smp code
133 * Apparently, these SoCs are not able to wake-up from suspend using
134 * the PMU. Too bad. Should they suddenly become capable of such a
138 { .compatible = "samsung,exynos5260-pmu" },
139 { .compatible = "samsung,exynos5410-pmu" },
166 * This is called from smp_prepare_cpus if we've built for SMP, but in exynos_dt_machine_init()
211 .smp = smp_ops(exynos_smp_ops),