Searched refs:FDT_NOP (Results 1 – 9 of 9) sorted by relevance
92 } while (tag1 == FDT_NOP); in compare_structure()96 } while (tag2 == FDT_NOP); in compare_structure()
48 *((uint32_t *)p) = cpu_to_fdt32(FDT_NOP); in nopulate_struct()
130 case FDT_NOP: in fdt_next_tag()177 case FDT_NOP: in fdt_next_node()
102 #define FDT_NOP 0x4 /* nop */ macro
101 *p = cpu_to_fdt32(FDT_NOP); in _fdt_nop_region()
355 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
153 } while (tag == FDT_NOP); in _nextprop()
32 TN(FDT_NOP), in tagname()124 if (tag == FDT_NOP) { in dump_blob()
795 case FDT_NOP: in unflatten_tree()