Home
last modified time | relevance | path

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

/u-boot/tools/libfdt/
A Dfdt_rw.c13 int tag = FDT_PROP; in fdt_remove_unused_strings()
23 if (tag != FDT_PROP) in fdt_remove_unused_strings()
/u-boot/scripts/dtc/libfdt/
A Dfdt.c179 case FDT_PROP: in fdt_next_tag()
221 || (fdt_next_tag(fdt, offset, &offset) != FDT_PROP)) in fdt_check_prop_offset_()
241 case FDT_PROP: in fdt_next_node()
A Dfdt.h55 #define FDT_PROP 0x3 /* Property: name off, macro
A Dfdt_sw.c320 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property_placeholder()
364 if (tag == FDT_PROP) { in fdt_finish()
A Dfdt_rw.c230 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in fdt_add_property_()
357 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
A Dfdt_ro.c216 case FDT_PROP: in nextprop_()
928 case FDT_PROP: in fdt_check_full()
/u-boot/test/py/tests/
A Dvboot_evil.py10 FDT_PROP = 0x3 variable
97 elif tag == FDT_PROP:
/u-boot/lib/efi_selftest/
A Defi_selftest_fdt.c92 case FDT_PROP: { in get_property()
/u-boot/common/
A Dfdt_region.c68 case FDT_PROP: in fdt_find_regions()
511 case FDT_PROP: in fdt_next_region()
/u-boot/scripts/dtc/
A 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()
/u-boot/cmd/
A Dfdt.c1071 case FDT_PROP: in fdt_print()
/u-boot/tools/
A Dfdtgrep.c343 case FDT_PROP: in display_fdt_by_regions()

Completed in 24 milliseconds