Lines Matching full:socid
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()
322 nlm_irq_to_xirq(socid, PIC_IRQ_BASE), PIC_IRQ_BASE, in xlp_of_pic_init()
328 pr_info("Node %d: IRQ domain created for PIC@%pR\n", socid, &res); in xlp_of_pic_init()