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.
60 pr_info("SH generic board support: scanning for cpus\n"); in sh_of_smp_probe()
65 u64 id = of_get_cpu_hwid(np, 0); in sh_of_smp_probe() local
67 if (id < NR_CPUS) { in sh_of_smp_probe()
69 of_property_read_string(np, "enable-method", &method); in sh_of_smp_probe()
70 set_cpu_possible(id, true); in sh_of_smp_probe()
71 set_cpu_present(id, true); in sh_of_smp_probe()
72 __cpu_number_map[id] = id; in sh_of_smp_probe()
73 __cpu_logical_map[id] = id; in sh_of_smp_probe()
78 of_property_read_string(np, "enable-method", &method); in sh_of_smp_probe()
84 for (; m->method; m++) in sh_of_smp_probe()
85 if (!strcmp(m->method, method)) { in sh_of_smp_probe()
86 register_smp_ops(m->ops); in sh_of_smp_probe()
139 pr_info("SH generic board support: scanning for interrupt controllers\n"); in sh_of_init_irq()
147 pr_info("SH generic board support: scanning for clk providers\n"); in sh_of_clk_init()