Lines Matching refs:socid
289 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, socid); in xlp_of_pic_init()
320 if (!nlm_node_present(socid)) { in xlp_of_pic_init()
321 pr_err("PIC %pOFn: node %d does not exist!\n", node, socid); in xlp_of_pic_init()
326 nlm_irq_to_xirq(socid, PIC_IRQ_BASE), PIC_IRQ_BASE, in xlp_of_pic_init()
332 pr_info("Node %d: IRQ domain created for PIC@%pR\n", socid, &res); in xlp_of_pic_init()