Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt.c129 case FDT_END_NODE: in fdt_next_tag()
185 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()
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt.c196 case FDT_END_NODE: in fdt_next_tag()
258 case FDT_END_NODE: in fdt_next_node()
H A Dfdt.h54 #define FDT_END_NODE 0x2 /* End node */ macro
H A Dfdt_sw.c246 *en = cpu_to_fdt32(FDT_END_NODE); in fdt_end_node()
H A Dfdt_rw.c369 *endtag = cpu_to_fdt32(FDT_END_NODE); in fdt_add_subnode_namelen()
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dflattree.c84 bin_emit_cell(e, FDT_END_NODE); in bin_emit_endnode()
190 asm_emit_cell(e, FDT_END_NODE); in asm_emit_endnode()
766 case FDT_END_NODE: in unflatten_tree()
785 } while (val != FDT_END_NODE); in unflatten_tree()
H A Dfdtdump.c116 if (tag == FDT_END_NODE) { in dump_blob()
H A Dfdtget.c163 case FDT_END_NODE: in list_subnodes()
/OK3568_Linux_fs/u-boot/lib/libfdt/
H A Dfdt_region.c100 case FDT_END_NODE: in fdt_find_regions()
580 case FDT_END_NODE: in fdt_next_region()
/OK3568_Linux_fs/u-boot/tools/
H A Dfdtgrep.c324 else if (tag == FDT_END_NODE) in display_fdt_by_regions()
359 case FDT_END_NODE: in display_fdt_by_regions()
/OK3568_Linux_fs/u-boot/cmd/
H A Dfdt.c1015 case FDT_END_NODE: in fdt_print()