Home
last modified time | relevance | path

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

/u-boot/boot/
A Dfdt_region.c241 int node, node_end, offset; in fdt_add_alias_regions() local
252 node_end = fdt_next_subnode(fdt, node); in fdt_add_alias_regions()
253 if (node_end == -FDT_ERR_NOTFOUND) in fdt_add_alias_regions()
255 node_end = fdt_size_dt_struct(fdt) - sizeof(fdt32_t) * 2; in fdt_add_alias_regions()
256 else if (node_end < 0) /* other error */ in fdt_add_alias_regions()
257 return node_end; in fdt_add_alias_regions()
258 node_end -= sizeof(fdt32_t); /* Move to FDT_END_NODE tag of /aliases */ in fdt_add_alias_regions()
280 next = node_end; in fdt_add_alias_regions()
291 fdt_add_region(info, base + node_end, sizeof(fdt32_t)); in fdt_add_alias_regions()

Completed in 6 milliseconds