Home
last modified time | relevance | path

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

/scripts/dtc/libfdt/
Dfdt.h57 #define FDT_NOP 0x4 /* nop */ macro
Dfdt_wip.c56 *p = cpu_to_fdt32(FDT_NOP); in fdt_nop_region_()
Dfdt.c165 case FDT_NOP: in fdt_next_tag()
212 case FDT_NOP: in fdt_next_node()
Dfdt_ro.c205 } while (tag == FDT_NOP); in nextprop_()
866 case FDT_NOP: in fdt_check_full()
Dfdt_rw.c341 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
/scripts/dtc/
Dfdtdump.c123 if (tag == FDT_NOP) { in dump_blob()
Dflattree.c773 case FDT_NOP: in unflatten_tree()