Home
last modified time | relevance | path

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

/trueos/usr.bin/dtc/
HDdtb.hh80 FDT_NOP = 0x00000004, enumerator
101 case FDT_NOP: in token_type_name()
HDfdt.cc618 case dtb::FDT_NOP: in node()
/trueos/sys/contrib/libfdt/
HDfdt.c129 case FDT_NOP: in fdt_next_tag()
176 case FDT_NOP: in fdt_next_node()
HDfdt.h51 #define FDT_NOP 0x4 /* nop */ macro
HDfdt_wip.c80 *p = cpu_to_fdt32(FDT_NOP); in _fdt_nop_region()
HDfdt_ro.c127 } while (tag == FDT_NOP); in _nextprop()
HDfdt_rw.c357 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
/trueos/contrib/dtc/libfdt/
HDfdt.c129 case FDT_NOP: in fdt_next_tag()
176 case FDT_NOP: in fdt_next_node()
HDfdt.h102 #define FDT_NOP 0x4 /* nop */ macro
HDfdt_wip.c80 *p = cpu_to_fdt32(FDT_NOP); in _fdt_nop_region()
HDfdt_ro.c127 } while (tag == FDT_NOP); in _nextprop()
HDfdt_rw.c357 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
/trueos/contrib/dtc/
HDfdtdump.c29 TN(FDT_NOP), in tagname()
121 if (tag == FDT_NOP) { in dump_blob()
HDflattree.c786 case FDT_NOP: in unflatten_tree()
/trueos/sys/boot/fdt/
HDfdt_loader_cmd.c1403 case FDT_NOP: in fdt_cmd_prop()