Searched refs:FDT_PROP (Results 1 – 20 of 20) sorted by relevance
/openbmc/u-boot/tools/libfdt/ |
H A D | fdt_rw.c | 13 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 D | fdt.c | 119 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 D | fdt.h | 100 #define FDT_PROP 0x3 /* Property: name off, macro
|
H A D | fdt_sw.c | 238 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property_placeholder() 282 if (tag == FDT_PROP) { in fdt_finish()
|
H A D | fdt_rw.c | 243 (*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 D | fdt_ro.c | 150 case FDT_PROP: in nextprop_()
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | fdt.c | 187 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 D | fdt.h | 55 #define FDT_PROP 0x3 /* Property: name off, macro
|
H A D | fdt_sw.c | 318 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property_placeholder() 362 if (tag == FDT_PROP) { in fdt_finish()
|
H A D | fdt_rw.c | 229 (*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 D | fdt_ro.c | 216 case FDT_PROP: in nextprop_()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_fdt.c | 77 case FDT_PROP: { in get_property()
|
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_region.c | 61 case FDT_PROP: in fdt_find_regions() 496 case FDT_PROP: in fdt_next_region()
|
H A D | fdt_ro.c | 108 case FDT_PROP: in _nextprop()
|
/openbmc/linux/scripts/dtc/ |
H A D | fdtget.c | 170 case FDT_PROP: in list_subnodes()
|
H A D | flattree.c | 89 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 D | flattree.c | 104 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 D | spapr_drc.c | 369 case FDT_PROP: { in prop_get_fdt() 1255 case FDT_PROP: in rtas_ibm_configure_connector()
|
/openbmc/u-boot/cmd/ |
H A D | fdt.c | 1064 case FDT_PROP: in fdt_print()
|
/openbmc/u-boot/tools/ |
H A D | fdtgrep.c | 342 case FDT_PROP: in display_fdt_by_regions()
|