Lines Matching refs:socid
289 int socid, ret, bus;
300 for (socid = 0; socid < NLM_NR_NODES; socid++) {
301 if (!nlm_node_present(socid))
303 if (nlm_get_node(socid)->socbus == bus)
306 if (socid == NLM_NR_NODES) {
312 socid = (res.start >> 18) & 0x3;
313 if (!nlm_node_present(socid)) {
315 node, socid);
320 if (!nlm_node_present(socid)) {
321 pr_err("PIC %pOFn: node %d does not exist!\n", node, socid);
326 nlm_irq_to_xirq(socid, PIC_IRQ_BASE), PIC_IRQ_BASE,
332 pr_info("Node %d: IRQ domain created for PIC@%pR\n", socid, &res);