Home
last modified time | relevance | path

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

/external/dtc/libfdt/
Dfdt.c129 case FDT_END_NODE: in fdt_next_tag()
185 case FDT_END_NODE: in fdt_next_node()
Dfdt.h99 #define FDT_END_NODE 0x2 /* End node */ macro
Dfdt_sw.c196 *en = cpu_to_fdt32(FDT_END_NODE); in fdt_end_node()
Dfdt_rw.c369 *endtag = cpu_to_fdt32(FDT_END_NODE); in fdt_add_subnode_namelen()
/external/u-boot/scripts/dtc/libfdt/
Dfdt.c132 case FDT_END_NODE: in fdt_next_tag()
188 case FDT_END_NODE: in fdt_next_node()
Dfdt.h99 #define FDT_END_NODE 0x2 /* End node */ macro
Dfdt_sw.c196 *en = cpu_to_fdt32(FDT_END_NODE); in fdt_end_node()
Dfdt_rw.c383 *endtag = cpu_to_fdt32(FDT_END_NODE); in fdt_add_subnode_namelen()
/external/dtc/
Dfdtdump.c30 TN(FDT_END_NODE), in tagname()
117 if (tag == FDT_END_NODE) { in dump_blob()
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()
Dfdtget.c177 case FDT_END_NODE: in list_subnodes()
/external/u-boot/scripts/dtc/
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()
/external/u-boot/lib/libfdt/
Dfdt_region.c98 case FDT_END_NODE: in fdt_find_regions()
578 case FDT_END_NODE: in fdt_next_region()
/external/dtc/tests/
Dtrees.S72 FDTLONG(FDT_END_NODE) ;
/external/u-boot/tools/
Dfdtgrep.c326 else if (tag == FDT_END_NODE) in display_fdt_by_regions()
361 case FDT_END_NODE: in display_fdt_by_regions()
/external/u-boot/cmd/
Dfdt.c1016 case FDT_END_NODE: in fdt_print()