Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/platforms/pseries/
Dhotplug-memory.c102 static bool find_aa_index(struct device_node *dr_node, in find_aa_index() argument
147 of_update_property(dr_node, new_prop); in find_aa_index()
160 struct device_node *parent, *lmb_node, *dr_node; in update_lmb_associativity_index() local
184 dr_node = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory"); in update_lmb_associativity_index()
185 if (!dr_node) { in update_lmb_associativity_index()
190 ala_prop = of_find_property(dr_node, "ibm,associativity-lookup-arrays", in update_lmb_associativity_index()
193 of_node_put(dr_node); in update_lmb_associativity_index()
198 found = find_aa_index(dr_node, ala_prop, lmb_assoc, &aa_index); in update_lmb_associativity_index()
200 of_node_put(dr_node); in update_lmb_associativity_index()