Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_manage.c429 const phandle *vic_handles; in neighbour_spu() local
436 vic_handles = of_get_property(spu_dn, "vicinity", &lenp); in neighbour_spu()
438 if (vic_handles[i] == target->phandle) in neighbour_spu()
450 const phandle *vic_handles; in init_affinity_node() local
458 vic_handles = of_get_property(last_spu_dn, "vicinity", &lenp); in init_affinity_node()
465 if (vic_handles[i] == avoid_ph) in init_affinity_node()
468 vic_dn = of_find_node_by_phandle(vic_handles[i]); in init_affinity_node()