Searched refs:FDT_END_NODE (Results 1 – 7 of 7) sorted by relevance
54 #define FDT_END_NODE 0x2 /* End node */ macro
196 case FDT_END_NODE: in fdt_next_tag()258 case FDT_END_NODE: in fdt_next_node()
246 *en = cpu_to_fdt32(FDT_END_NODE); in fdt_end_node()
369 *endtag = cpu_to_fdt32(FDT_END_NODE); in fdt_add_subnode_namelen()
84 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()
116 if (tag == FDT_END_NODE) { in dump_blob()
163 case FDT_END_NODE: in list_subnodes()