Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A 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()
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.h100 #define FDT_PROP 0x3 /* Property: name off, macro
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.c149 case FDT_PROP: in _nextprop()
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt.c182 case FDT_PROP: in fdt_next_tag()
229 if (fdt_next_tag(fdt, offset, &offset) != FDT_PROP) in fdt_check_prop_offset_()
249 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_()
356 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
H A Dfdt_ro.c216 case FDT_PROP: in nextprop_()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dfdtdump.c128 if (tag != FDT_PROP) { in dump_blob()
H A Dflattree.c89 bin_emit_cell(e, FDT_PROP); in bin_emit_property()
207 asm_emit_cell(e, FDT_PROP); in asm_emit_property()
753 case FDT_PROP: in unflatten_tree()
H A Dfdtget.c170 case FDT_PROP: in list_subnodes()
/OK3568_Linux_fs/u-boot/lib/libfdt/
H A Dfdt_region.c63 case FDT_PROP: in fdt_find_regions()
495 case FDT_PROP: in fdt_next_region()
H A Dfdt_ro.c108 case FDT_PROP: in _nextprop()
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/u-boot/cmd/
H A Dfdt.c1023 case FDT_PROP: in fdt_print()
/OK3568_Linux_fs/u-boot/tools/
H A Dfdtgrep.c340 case FDT_PROP: in display_fdt_by_regions()