Home
last modified time | relevance | path

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

/external/dtc/tests/
Ddtbs_equal_ordered.c92 } while (tag1 == FDT_NOP); in compare_structure()
96 } while (tag2 == FDT_NOP); in compare_structure()
Dnopulate.c48 *((fdt32_t *)p) = cpu_to_fdt32(FDT_NOP); in nopulate_struct()
/external/dtc/libfdt/
Dfdt.c130 case FDT_NOP: in fdt_next_tag()
177 case FDT_NOP: in fdt_next_node()
Dfdt.h102 #define FDT_NOP 0x4 /* nop */ macro
Dfdt_wip.c101 *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.c153 } while (tag == FDT_NOP); in _nextprop()
/external/u-boot/scripts/dtc/libfdt/
Dfdt.c133 case FDT_NOP: in fdt_next_tag()
180 case FDT_NOP: in fdt_next_node()
Dfdt.h102 #define FDT_NOP 0x4 /* nop */ macro
Dfdt_wip.c101 *p = cpu_to_fdt32(FDT_NOP); in fdt_nop_region_()
Dfdt_rw.c370 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
Dfdt_ro.c154 } while (tag == FDT_NOP); in nextprop_()
/external/dtc/
Dfdtdump.c32 TN(FDT_NOP), in tagname()
124 if (tag == FDT_NOP) { in dump_blob()
Dflattree.c788 case FDT_NOP: in unflatten_tree()
/external/u-boot/lib/efi_selftest/
Defi_selftest_fdt.c109 case FDT_NOP: in get_property()
/external/u-boot/lib/libfdt/
Dfdt_region.c70 case FDT_NOP: in fdt_find_regions()
518 case FDT_NOP: in fdt_next_region()
Dfdt_ro.c112 } while (tag == FDT_NOP); in _nextprop()
/external/u-boot/cmd/
Dfdt.c1051 case FDT_NOP: in fdt_print()
/external/u-boot/tools/
Dfdtgrep.c351 case FDT_NOP: in display_fdt_by_regions()
/external/u-boot/scripts/dtc/
Dflattree.c788 case FDT_NOP: in unflatten_tree()