Searched refs:FDT_PROP (Results 1 – 7 of 7) sorted by relevance
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()
55 #define FDT_PROP 0x3 /* Property: name off, macro
318 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property_placeholder() 362 if (tag == FDT_PROP) { in fdt_finish()
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()
216 case FDT_PROP: in nextprop_()
170 case FDT_PROP: in list_subnodes()
89 bin_emit_cell(e, FDT_PROP); in bin_emit_property() 207 fprintf(f, "\t/* FDT_PROP */\n"); in asm_emit_property() 208 asm_emit_cell(e, FDT_PROP); in asm_emit_property() 755 case FDT_PROP: in unflatten_tree()