Lines Matching +full:board +full:- +full:id
1 // SPDX-License-Identifier: GPL-2.0
3 * SH generic board support, using device tree
5 * Copyright (C) 2015-2016 Smart Energy Instruments, Inc.
62 pr_info("SH generic board support: scanning for cpus\n"); in sh_of_smp_probe()
67 u64 id = of_get_cpu_hwid(np, 0); in sh_of_smp_probe() local
69 if (id < NR_CPUS) { in sh_of_smp_probe()
71 of_property_read_string(np, "enable-method", &method); in sh_of_smp_probe()
72 set_cpu_possible(id, true); in sh_of_smp_probe()
73 set_cpu_present(id, true); in sh_of_smp_probe()
74 __cpu_number_map[id] = id; in sh_of_smp_probe()
75 __cpu_logical_map[id] = id; in sh_of_smp_probe()
80 of_property_read_string(np, "enable-method", &method); in sh_of_smp_probe()
86 for (; m->method; m++) in sh_of_smp_probe()
87 if (!strcmp(m->method, method)) { in sh_of_smp_probe()
88 register_smp_ops(m->ops); in sh_of_smp_probe()
141 pr_info("SH generic board support: scanning for interrupt controllers\n"); in sh_of_init_irq()
149 pr_info("SH generic board support: scanning for clk providers\n"); in sh_of_clk_init()