Home
last modified time | relevance | path

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

/DragonStub/apps/lib/libfdt/
H A Dfdt.h55 #define FDT_PROP 0x3 /* Property: name off, macro
H A Dfdt.c188 case FDT_PROP: in fdt_next_tag()
242 if (fdt_next_tag(fdt, offset, &offset) != FDT_PROP) in fdt_check_prop_offset_()
262 case FDT_PROP: in fdt_next_node()
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_()
359 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
H A Dfdt_ro.c216 case FDT_PROP: in nextprop_()