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

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt.h100 #define FDT_PROP 0x3 /* Property: name off, macro
H A Dfdt.c119 case FDT_PROP:
156 || (fdt_next_tag(fdt, offset, &offset) != FDT_PROP))
176 case FDT_PROP:
H A Dfdt_sw.c238 prop->tag = cpu_to_fdt32(FDT_PROP);
270 if (tag == FDT_PROP) {
H A Dfdt_rw.c243 (*prop)->tag = cpu_to_fdt32(FDT_PROP);
356 } while ((tag == FDT_PROP) || (tag == FDT_NOP));
H A Dfdt_ro.c149 case FDT_PROP:
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt.h100 #define FDT_PROP 0x3 /* Property: name off, macro
H A Dfdt.c119 case FDT_PROP:
159 || (fdt_next_tag(fdt, offset, &offset) != FDT_PROP))
179 case FDT_PROP:
H A Dfdt_sw.c238 prop->tag = cpu_to_fdt32(FDT_PROP);
282 if (tag == FDT_PROP) {
H A Dfdt_rw.c243 (*prop)->tag = cpu_to_fdt32(FDT_PROP);
370 } while ((tag == FDT_PROP) || (tag == FDT_NOP));
H A Dfdt_ro.c150 case FDT_PROP:
/freebsd-11-stable/usr.bin/dtc/
H A Ddtb.hh81 FDT_PROP = 0x00000003, enumerator in enum:dtc::dtb::token_type
104 case FDT_PROP:
105 return "FDT_PROP";
H A Dfdt.cc603 writer.write_token(dtb::FDT_PROP);
808 case dtb::FDT_PROP:
/freebsd-11-stable/contrib/dtc/
H A Dfdtdump.c31 TN(FDT_PROP),
129 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);
775 case FDT_PROP:
/freebsd-11-stable/stand/fdt/
H A Dfdt_loader_cmd.c1702 case FDT_PROP:

Completed in 134 milliseconds