Lines Matching refs:old
95 struct device_node *ipar, *tnode, *old = NULL, *newpar = NULL;
129 /* Look for this #address-cells. We have to implement the old linux
132 old = of_node_get(ipar);
134 tmp = of_get_property(old, "#address-cells", NULL);
135 tnode = of_get_parent(old);
136 of_node_put(old);
137 old = tnode;
138 } while (old && tmp == NULL);
139 of_node_put(old);
140 old = NULL;