Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt.c132 case FDT_END_NODE: in fdt_next_tag()
188 case FDT_END_NODE: in fdt_next_node()
H A Dfdt.h99 #define FDT_END_NODE 0x2 /* End node */ macro
H A Dfdt_sw.c196 *en = cpu_to_fdt32(FDT_END_NODE); in fdt_end_node()
H A Dfdt_rw.c383 *endtag = cpu_to_fdt32(FDT_END_NODE); in fdt_add_subnode_namelen()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt.h54 #define FDT_END_NODE 0x2 /* End node */ macro
H A Dfdt.c208 case FDT_END_NODE: in fdt_next_tag()
270 case FDT_END_NODE: in fdt_next_node()
H A Dfdt_sw.c246 *en = cpu_to_fdt32(FDT_END_NODE); in fdt_end_node()
H A Dfdt_rw.c372 *endtag = cpu_to_fdt32(FDT_END_NODE); in fdt_add_subnode_namelen()
/openbmc/linux/scripts/dtc/
H A Dflattree.c84 bin_emit_cell(e, FDT_END_NODE); in bin_emit_endnode()
191 asm_emit_cell(e, FDT_END_NODE); in asm_emit_endnode()
767 case FDT_END_NODE: in unflatten_tree()
786 } while (val != FDT_END_NODE); in unflatten_tree()
H A Dfdtget.c163 case FDT_END_NODE: in list_subnodes()
/openbmc/u-boot/scripts/dtc/
H A Dflattree.c99 bin_emit_cell(e, FDT_END_NODE); in bin_emit_endnode()
205 asm_emit_cell(e, FDT_END_NODE); in asm_emit_endnode()
781 case FDT_END_NODE: in unflatten_tree()
800 } while (val != FDT_END_NODE); in unflatten_tree()
/openbmc/u-boot/lib/libfdt/
H A Dfdt_region.c98 case FDT_END_NODE: in fdt_find_regions()
581 case FDT_END_NODE: in fdt_next_region()
/openbmc/u-boot/tools/
H A Dfdtgrep.c326 else if (tag == FDT_END_NODE) in display_fdt_by_regions()
361 case FDT_END_NODE: in display_fdt_by_regions()
/openbmc/qemu/hw/ppc/
H A Dspapr_drc.c359 case FDT_END_NODE: in prop_get_fdt()
1237 case FDT_END_NODE: in rtas_ibm_configure_connector()
/openbmc/u-boot/cmd/
H A Dfdt.c1056 case FDT_END_NODE: in fdt_print()