Searched refs:FDT_END_NODE (Results 1 – 7 of 7) sorted by relevance
129 case FDT_END_NODE: in fdt_next_tag()185 case FDT_END_NODE: in fdt_next_node()
99 #define FDT_END_NODE 0x2 /* End node */ macro
196 *en = cpu_to_fdt32(FDT_END_NODE); in fdt_end_node()
372 *endtag = cpu_to_fdt32(FDT_END_NODE); in fdt_add_subnode_namelen()
115 if (tag == FDT_END_NODE) { in dump_blob()
99 bin_emit_cell(e, FDT_END_NODE); in bin_emit_endnode()213 asm_emit_cell(e, FDT_END_NODE); in asm_emit_endnode()779 case FDT_END_NODE: in unflatten_tree()798 } while (val != FDT_END_NODE); in unflatten_tree()
177 case FDT_END_NODE: in list_subnodes()