Lines Matching defs:portid
240 int portid;
268 if (prom_getprop(curnode, "portid", (caddr_t)&portid) != -1 &&
269 portid > max_portid)
270 max_portid = portid;
340 int portid;
343 * Schumacher memory controller portid == global CPU id
345 if ((prom_getprop(nodeid, "portid", (caddr_t)&portid) == -1) ||
346 (portid < 0))
349 if (portid < max_mem_nodes)
350 plat_assign_lgrphand_to_mem_node(portid, portid);