Searched refs:FDT_PROP (Results 1 – 19 of 19) sorted by relevance
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/ |
| H A D | fdt.c | 119 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 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.h | 100 #define FDT_PROP 0x3 /* Property: name off, macro
|
| 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 | 149 case FDT_PROP: in _nextprop()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A D | fdt.c | 182 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 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_() 356 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
|
| H A D | fdt_ro.c | 216 case FDT_PROP: in nextprop_()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | fdtdump.c | 128 if (tag != FDT_PROP) { in dump_blob()
|
| H A D | flattree.c | 89 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 D | fdtget.c | 170 case FDT_PROP: in list_subnodes()
|
| /OK3568_Linux_fs/u-boot/lib/libfdt/ |
| H A D | fdt_region.c | 63 case FDT_PROP: in fdt_find_regions() 495 case FDT_PROP: in fdt_next_region()
|
| H A D | fdt_ro.c | 108 case FDT_PROP: in _nextprop()
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fdt.c | 1023 case FDT_PROP: in fdt_print()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | fdtgrep.c | 340 case FDT_PROP: in display_fdt_by_regions()
|