Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dfdt.c117 case FDT_PROP: in fdt_next_tag()
155 case FDT_PROP: in fdt_next_node()
H A Dfdt_sw.c206 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property()
238 if (tag == FDT_PROP) { in fdt_finish()
H A Dfdt_rw.c245 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in _fdt_add_property()
330 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
H A Dfdt.h49 #define FDT_PROP 0x3 /* Property: name off, macro
H A Dfdt_wip.c122 case FDT_PROP: in _fdt_node_end_offset()
H A Dfdt_ro.c210 case FDT_PROP: in fdt_get_property()
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dflattree.c104 bin_emit_cell(e, FDT_PROP); in bin_emit_property()
230 asm_emit_cell(e, FDT_PROP); in asm_emit_property()
765 case FDT_PROP: in unflatten_tree()