Lines Matching refs:node_offset
163 static u64 __init fdt_translate_address(const void *blob, int node_offset)
173 fdt_get_name(blob, node_offset, NULL));
175 reg = fdt_getprop(blob, node_offset, "reg", &len);
178 fdt_get_name(blob, node_offset, NULL));
183 parent = fdt_parent_offset(blob, node_offset);
192 fdt_get_name(blob, node_offset, NULL));
204 node_offset = parent;
205 parent = fdt_parent_offset(blob, node_offset);
219 fdt_get_name(blob, node_offset, NULL));
227 if (fdt_translate_one(blob, node_offset, bus, pbus,