Searched refs:FDT_PROP (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/sys/contrib/libfdt/
H A Dfdt.c118 case FDT_PROP:
155 || (fdt_next_tag(fdt, offset, &offset) != FDT_PROP))
175 case FDT_PROP:
H A Dfdt.h49 #define FDT_PROP 0x3 /* Property: name off, macro
H A Dfdt_sw.c206 prop->tag = cpu_to_fdt32(FDT_PROP);
238 if (tag == FDT_PROP) {
H A Dfdt_rw.c245 (*prop)->tag = cpu_to_fdt32(FDT_PROP);
357 } while ((tag == FDT_PROP) || (tag == FDT_NOP));
H A Dfdt_ro.c123 case FDT_PROP:
/freebsd-10.1-release/contrib/dtc/libfdt/
H A Dfdt.h100 #define FDT_PROP 0x3 /* Property: name off, macro
H A Dfdt.c118 case FDT_PROP:
155 || (fdt_next_tag(fdt, offset, &offset) != FDT_PROP))
175 case FDT_PROP:
H A Dfdt_sw.c238 prop->tag = cpu_to_fdt32(FDT_PROP);
270 if (tag == FDT_PROP) {
H A Dfdt_rw.c245 (*prop)->tag = cpu_to_fdt32(FDT_PROP);
357 } while ((tag == FDT_PROP) || (tag == FDT_NOP));
H A Dfdt_ro.c123 case FDT_PROP:
/freebsd-10.1-release/usr.bin/dtc/
H A Ddtb.hh76 FDT_PROP = 0x00000003, enumerator in enum:dtc::dtb::token_type
99 case FDT_PROP:
100 return "FDT_PROP";
H A Dfdt.cc482 writer.write_token(dtb::FDT_PROP);
599 case dtb::FDT_PROP:
/freebsd-10.1-release/contrib/dtc/
H A Dfdtdump.c28 TN(FDT_PROP),
126 if (tag != FDT_PROP) {
H A Dfdtget.c184 case FDT_PROP:
H A Dflattree.c104 bin_emit_cell(e, FDT_PROP);
229 fprintf(f, "\t/* FDT_PROP */\n");
230 asm_emit_cell(e, FDT_PROP);
766 case FDT_PROP:
/freebsd-10.1-release/sys/boot/fdt/
H A Dfdt_loader_cmd.c1526 case FDT_PROP:

Completed in 195 milliseconds