Home
last modified time | relevance | path

Searched refs:vic_dn (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_manage.c448 struct device_node *vic_dn, *last_spu_dn; in init_affinity_node() local
468 vic_dn = of_find_node_by_phandle(vic_handles[i]); in init_affinity_node()
469 if (!vic_dn) in init_affinity_node()
472 if (of_node_name_eq(vic_dn, "spe") ) { in init_affinity_node()
473 spu = devnode_spu(cbe, vic_dn); in init_affinity_node()
482 spu = neighbour_spu(cbe, vic_dn, last_spu_dn); in init_affinity_node()
485 if (of_node_name_eq(vic_dn, "mic-tm")) { in init_affinity_node()
489 avoid_ph = vic_dn->phandle; in init_affinity_node()
492 of_node_put(vic_dn); in init_affinity_node()