Searched refs:FDT_END_NODE (Results 1 – 6 of 6) sorted by relevance
54 #define FDT_END_NODE 0x2 /* End node */ macro
193 case FDT_END_NODE: in fdt_next_tag()250 case FDT_END_NODE: in fdt_next_node()
248 *en = cpu_to_fdt32(FDT_END_NODE); in fdt_end_node()
370 *endtag = cpu_to_fdt32(FDT_END_NODE); in fdt_add_subnode_namelen()
918 case FDT_END_NODE: in fdt_check_full()
99 bin_emit_cell(e, FDT_END_NODE); in bin_emit_endnode()205 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()
Completed in 14 milliseconds