Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/cell/
Dspu_manage.c471 struct device_node *vic_dn, *last_spu_dn; in init_affinity_node() local
492 vic_dn = of_find_node_by_phandle(vic_handles[i]); in init_affinity_node()
493 if (!vic_dn) in init_affinity_node()
497 name = of_get_property(vic_dn, "name", NULL); in init_affinity_node()
502 spu = devnode_spu(cbe, vic_dn); in init_affinity_node()
511 spu = neighbour_spu(cbe, vic_dn, last_spu_dn); in init_affinity_node()
518 avoid_ph = vic_dn->phandle; in init_affinity_node()