Home
last modified time | relevance | path

Searched refs:socid (Results 1 – 2 of 2) sorted by relevance

/arch/mips/netlogic/common/
Dirq.c289 int socid, ret, bus; in xlp_of_pic_init() local
300 for (socid = 0; socid < NLM_NR_NODES; socid++) { in xlp_of_pic_init()
301 if (!nlm_node_present(socid)) in xlp_of_pic_init()
303 if (nlm_get_node(socid)->socbus == bus) in xlp_of_pic_init()
306 if (socid == NLM_NR_NODES) { in xlp_of_pic_init()
312 socid = (res.start >> 18) & 0x3; in xlp_of_pic_init()
313 if (!nlm_node_present(socid)) { in xlp_of_pic_init()
315 node->name, socid); in xlp_of_pic_init()
320 if (!nlm_node_present(socid)) { in xlp_of_pic_init()
321 pr_err("PIC %s: node %d does not exist!\n", node->name, socid); in xlp_of_pic_init()
[all …]
/arch/arm/mach-mxs/
Dmach-mxs.c61 static u32 socid; variable
370 socid = chipid & HW_DIGCTL_CHIPID_MASK; in mxs_get_soc_id()
375 switch (socid) { in mxs_get_soc_id()
389 switch (socid) { in mxs_get_cpu_rev()