Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/dtc/libfdt/
Dfdt.c129 case FDT_NOP: in fdt_next_tag()
176 case FDT_NOP: in fdt_next_node()
Dfdt.h102 #define FDT_NOP 0x4 /* nop */ macro
Dfdt_wip.c80 *p = cpu_to_fdt32(FDT_NOP); in _fdt_nop_region()
Dfdt_ro.c127 } while (tag == FDT_NOP); in _nextprop()
Dfdt_rw.c357 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
/linux-4.4.14/scripts/dtc/
Dfdtdump.c122 if (tag == FDT_NOP) { in dump_blob()
Dflattree.c786 case FDT_NOP: in unflatten_tree()