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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt.h49 #define FDT_PROP 0x3 /* Property: name off, macro
H A Dfdt.c117 case FDT_PROP:
155 case FDT_PROP:
H A Dfdt_wip.c122 case FDT_PROP:
H A Dfdt_sw.c205 prop->tag = cpu_to_fdt32(FDT_PROP);
237 if (tag == FDT_PROP) {
H A Dfdt_rw.c245 (*prop)->tag = cpu_to_fdt32(FDT_PROP);
330 } while ((tag == FDT_PROP) || (tag == FDT_NOP));
H A Dfdt_ro.c210 case FDT_PROP:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dflattree.c104 bin_emit_cell(e, FDT_PROP);
459 fprintf(f, "#define FDT_PROP 0x%x\n", FDT_PROP);
737 case FDT_PROP:

Completed in 78 milliseconds