Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A Dhotplug-memory.c54 static bool find_aa_index(struct device_node *dr_node, in find_aa_index() argument
100 of_update_property(dr_node, new_prop); in find_aa_index()
113 struct device_node *parent, *lmb_node, *dr_node; in update_lmb_associativity_index() local
137 dr_node = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory"); in update_lmb_associativity_index()
138 if (!dr_node) { in update_lmb_associativity_index()
143 ala_prop = of_find_property(dr_node, "ibm,associativity-lookup-arrays", in update_lmb_associativity_index()
146 of_node_put(dr_node); in update_lmb_associativity_index()
151 found = find_aa_index(dr_node, ala_prop, lmb_assoc, &aa_index); in update_lmb_associativity_index()
153 of_node_put(dr_node); in update_lmb_associativity_index()