Searched refs:FDT_PROP (Results 1 – 5 of 5) sorted by relevance
156 case FDT_PROP: in fdt_next_tag()196 || (fdt_next_tag(fdt, offset, &offset) != FDT_PROP)) in fdt_check_prop_offset_()216 case FDT_PROP: in fdt_next_node()
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()
202 case FDT_PROP: in nextprop_()887 case FDT_PROP: in fdt_check_full()
55 #define FDT_PROP 0x3 /* Property: name off, macro
Completed in 9 milliseconds