Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/libfdt/
H A Dfdt_rw.c13 int tag = FDT_PROP; in fdt_remove_unused_strings()
22 if (tag != FDT_PROP) in fdt_remove_unused_strings()
/openbmc/u-boot/scripts/dtc/libfdt/
H A 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()
H A Dfdt.h100 #define FDT_PROP 0x3 /* Property: name off, macro
H A Dfdt_sw.c238 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property_placeholder()
282 if (tag == FDT_PROP) { in fdt_finish()
H A 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()
H A Dfdt_ro.c150 case FDT_PROP: in nextprop_()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt.c187 case FDT_PROP: in fdt_next_tag()
241 if (fdt_next_tag(fdt, offset, &offset) != FDT_PROP) in fdt_check_prop_offset_()
261 case FDT_PROP: in fdt_next_node()
H A Dfdt.h55 #define FDT_PROP 0x3 /* Property: name off, macro
H A Dfdt_sw.c318 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property_placeholder()
362 if (tag == FDT_PROP) { in fdt_finish()
H A Dfdt_rw.c229 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in fdt_add_property_()
359 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
H A Dfdt_ro.c216 case FDT_PROP: in nextprop_()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_fdt.c77 case FDT_PROP: { in get_property()
/openbmc/u-boot/lib/libfdt/
H A Dfdt_region.c61 case FDT_PROP: in fdt_find_regions()
496 case FDT_PROP: in fdt_next_region()
H A Dfdt_ro.c108 case FDT_PROP: in _nextprop()
/openbmc/linux/scripts/dtc/
H A Dfdtget.c170 case FDT_PROP: in list_subnodes()
H A Dflattree.c89 bin_emit_cell(e, FDT_PROP); in bin_emit_property()
208 asm_emit_cell(e, FDT_PROP); in asm_emit_property()
754 case FDT_PROP: in unflatten_tree()
/openbmc/u-boot/scripts/dtc/
H 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()
/openbmc/qemu/hw/ppc/
H A Dspapr_drc.c369 case FDT_PROP: { in prop_get_fdt()
1255 case FDT_PROP: in rtas_ibm_configure_connector()
/openbmc/u-boot/cmd/
H A Dfdt.c1064 case FDT_PROP: in fdt_print()
/openbmc/u-boot/tools/
H A Dfdtgrep.c342 case FDT_PROP: in display_fdt_by_regions()