Searched refs:node_end (Results 1 – 1 of 1) sorted by relevance
224 int node, node_end, offset; in fdt_add_alias_regions() local235 node_end = fdt_next_subnode(fdt, node); in fdt_add_alias_regions()236 if (node_end == -FDT_ERR_NOTFOUND) in fdt_add_alias_regions()238 node_end = fdt_size_dt_struct(fdt) - sizeof(fdt32_t) * 2; in fdt_add_alias_regions()239 else if (node_end < 0) /* other error */ in fdt_add_alias_regions()240 return node_end; in fdt_add_alias_regions()241 node_end -= sizeof(fdt32_t); /* Move to FDT_END_NODE tag of /aliases */ in fdt_add_alias_regions()263 next = node_end; in fdt_add_alias_regions()274 fdt_add_region(info, base + node_end, sizeof(fdt32_t)); in fdt_add_alias_regions()