Home
last modified time | relevance | path

Searched refs:FDT_PROP (Results 1 – 23 of 23) sorted by relevance

/external/u-boot/tools/libfdt/
Dfdt_rw.c13 int tag = FDT_PROP; in fdt_remove_unused_strings()
22 if (tag != FDT_PROP) in fdt_remove_unused_strings()
/external/dtc/libfdt/
Dfdt.c119 case FDT_PROP: in fdt_next_tag()
156 || (fdt_next_tag(fdt, offset, &offset) != FDT_PROP)) in _fdt_check_prop_offset()
176 case FDT_PROP: in fdt_next_node()
Dfdt_sw.c238 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property_placeholder()
282 if (tag == FDT_PROP) { in fdt_finish()
Dfdt.h100 #define FDT_PROP 0x3 /* Property: name off, macro
Dfdt_rw.c243 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in _fdt_add_property()
356 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
Dfdt_ro.c149 case FDT_PROP: in _nextprop()
/external/u-boot/scripts/dtc/libfdt/
Dfdt.c119 case FDT_PROP: in fdt_next_tag()
159 || (fdt_next_tag(fdt, offset, &offset) != FDT_PROP)) in fdt_check_prop_offset_()
179 case FDT_PROP: in fdt_next_node()
Dfdt_sw.c238 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property_placeholder()
282 if (tag == FDT_PROP) { in fdt_finish()
Dfdt.h100 #define FDT_PROP 0x3 /* Property: name off, macro
Dfdt_rw.c243 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in fdt_add_property_()
370 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
Dfdt_ro.c150 case FDT_PROP: in nextprop_()
/external/dtc/
Dfdtdump.c31 TN(FDT_PROP), in tagname()
129 if (tag != FDT_PROP) { in dump_blob()
Dflattree.c104 bin_emit_cell(e, FDT_PROP); in bin_emit_property()
222 asm_emit_cell(e, FDT_PROP); in asm_emit_property()
768 case FDT_PROP: in unflatten_tree()
Dfdtget.c184 case FDT_PROP: in list_subnodes()
/external/u-boot/lib/efi_selftest/
Defi_selftest_fdt.c77 case FDT_PROP: { in get_property()
/external/dtc/tests/
Ddtbs_equal_ordered.c118 case FDT_PROP: in compare_structure()
Dtestutils.c106 if (tag != FDT_PROP) in check_property()
Dtrees.S47 FDTLONG(FDT_PROP) ; \
/external/u-boot/lib/libfdt/
Dfdt_region.c61 case FDT_PROP: in fdt_find_regions()
493 case FDT_PROP: in fdt_next_region()
Dfdt_ro.c108 case FDT_PROP: in _nextprop()
/external/u-boot/scripts/dtc/
Dflattree.c104 bin_emit_cell(e, FDT_PROP); in bin_emit_property()
222 asm_emit_cell(e, FDT_PROP); in asm_emit_property()
768 case FDT_PROP: in unflatten_tree()
/external/u-boot/cmd/
Dfdt.c1024 case FDT_PROP: in fdt_print()
/external/u-boot/tools/
Dfdtgrep.c342 case FDT_PROP: in display_fdt_by_regions()