Searched refs:FDT_PROP (Results 1 – 8 of 8) sorted by relevance
151 case FDT_PROP: in fdt_next_tag()191 || (fdt_next_tag(fdt, offset, &offset) != FDT_PROP)) in fdt_check_prop_offset_()211 case FDT_PROP: in fdt_next_node()
55 #define FDT_PROP 0x3 /* Property: name off, macro
310 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property_placeholder()354 if (tag == FDT_PROP) { in fdt_finish()
214 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in fdt_add_property_()341 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
201 case FDT_PROP: in nextprop_()886 case FDT_PROP: in fdt_check_full()
128 if (tag != FDT_PROP) { in dump_blob()
170 case FDT_PROP: in list_subnodes()
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()