Searched full:socid (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/arch/mips/netlogic/common/ |
D | irq.c | 285 int socid, ret, bus; in xlp_of_pic_init() local 296 for (socid = 0; socid < NLM_NR_NODES; socid++) { in xlp_of_pic_init() 297 if (!nlm_node_present(socid)) in xlp_of_pic_init() 299 if (nlm_get_node(socid)->socbus == bus) in xlp_of_pic_init() 302 if (socid == NLM_NR_NODES) { in xlp_of_pic_init() 308 socid = (res.start >> 18) & 0x3; in xlp_of_pic_init() 309 if (!nlm_node_present(socid)) { in xlp_of_pic_init() 311 node, socid); in xlp_of_pic_init() 316 if (!nlm_node_present(socid)) { in xlp_of_pic_init() 317 pr_err("PIC %pOFn: node %d does not exist!\n", node, socid); in xlp_of_pic_init() [all …]
|
/Linux-v5.15/arch/arm/mach-mxs/ |
D | mach-mxs.c | 59 static u32 socid; variable 294 socid = chipid & HW_DIGCTL_CHIPID_MASK; in mxs_get_soc_id() 299 switch (socid) { in mxs_get_soc_id() 313 switch (socid) { in mxs_get_cpu_rev() 403 if (socid == HW_DIGCTL_CHIPID_MX23) { in mxs_machine_init() 405 } else if (socid == HW_DIGCTL_CHIPID_MX28) { in mxs_machine_init()
|
/Linux-v5.15/Documentation/devicetree/bindings/arm/ |
D | apple.yaml | 24 compatible = "apple,<targettype>", "apple,<socid>", "apple,arm-platform"; 32 <socid> is the lowercased SoC ID. Apple uses at least *five* different
|
/Linux-v5.15/drivers/cpufreq/ |
D | sti-cpufreq.c | 59 unsigned int socid; in sti_cpufreq_fetch_major() local 70 ret = regmap_read(ddata.syscfg, major_offset, &socid); in sti_cpufreq_fetch_major() 77 return ((socid >> VERSION_SHIFT) & 0xf) + 1; in sti_cpufreq_fetch_major()
|