Home
last modified time | relevance | path

Searched refs:FDT_NOP (Results 1 – 10 of 10) sorted by relevance

/external/dtc/tests/
Ddtbs_equal_ordered.c79 } while (tag1 == FDT_NOP); in compare_structure()
83 } while (tag2 == FDT_NOP); in compare_structure()
Dnopulate.c35 *((fdt32_t *)p) = cpu_to_fdt32(FDT_NOP); in nopulate_struct()
/external/dtc/libfdt/
Dfdt_check.c43 case FDT_NOP: in fdt_check_full()
Dfdt.h57 #define FDT_NOP 0x4 /* nop */ macro
Dfdt.c193 case FDT_NOP: in fdt_next_tag()
242 case FDT_NOP: in fdt_next_node()
Dfdt_wip.c56 *p = cpu_to_fdt32(FDT_NOP); in fdt_nop_region_()
Dfdt_rw.c356 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
Dfdt_ro.c218 } while (tag == FDT_NOP); in nextprop_()
/external/dtc/
Dfdtdump.c34 TN(FDT_NOP), in tagname()
127 if (tag == FDT_NOP) { in dump_blob()
Dflattree.c773 case FDT_NOP: in unflatten_tree()