Lines Matching refs:old
115 struct device_node *ipar, *tnode, *old = NULL, *newpar = NULL;
149 /* Look for this #address-cells. We have to implement the old linux
152 old = of_node_get(ipar);
154 tmp = of_get_property(old, "#address-cells", NULL);
155 tnode = of_get_parent(old);
156 of_node_put(old);
157 old = tnode;
158 } while (old && tmp == NULL);
159 of_node_put(old);
160 old = NULL;