Searched refs:socid (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/arch/mips/netlogic/common/ |
H A D | irq.c | 289 int socid, ret, bus; xlp_of_pic_init() local 300 for (socid = 0; socid < NLM_NR_NODES; socid++) { xlp_of_pic_init() 301 if (!nlm_node_present(socid)) xlp_of_pic_init() 303 if (nlm_get_node(socid)->socbus == bus) xlp_of_pic_init() 306 if (socid == NLM_NR_NODES) { xlp_of_pic_init() 312 socid = (res.start >> 18) & 0x3; xlp_of_pic_init() 313 if (!nlm_node_present(socid)) { xlp_of_pic_init() 315 node->name, socid); xlp_of_pic_init() 320 if (!nlm_node_present(socid)) { xlp_of_pic_init() 321 pr_err("PIC %s: node %d does not exist!\n", node->name, socid); xlp_of_pic_init() 326 nlm_irq_to_xirq(socid, PIC_IRQ_BASE), PIC_IRQ_BASE, xlp_of_pic_init() 332 pr_info("Node %d: IRQ domain created for PIC@%pR\n", socid, &res); xlp_of_pic_init()
|
/linux-4.1.27/arch/arm/mach-mxs/ |
H A D | mach-mxs.c | 61 static u32 socid; variable 370 socid = chipid & HW_DIGCTL_CHIPID_MASK; mxs_get_soc_id() 375 switch (socid) { mxs_get_soc_id() 389 switch (socid) { mxs_get_cpu_rev()
|
Completed in 112 milliseconds