Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/libfdt/
H A Dfdt.h55 #define FDT_PROP 0x3 /* Property: name off, macro
H A Dfdt.c187 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()
H A Dfdt_check.c85 case FDT_PROP: in fdt_check_full()
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_()