Searched refs:FDT_NOP (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.2-release/contrib/dtc/libfdt/
H A Dfdt.h102 #define FDT_NOP 0x4 /* nop */ macro
H A Dfdt_wip.c80 *p = cpu_to_fdt32(FDT_NOP);
H A Dfdt.c129 case FDT_NOP:
176 case FDT_NOP:
H A Dfdt_ro.c127 } while (tag == FDT_NOP);
H A Dfdt_rw.c357 } while ((tag == FDT_PROP) || (tag == FDT_NOP));
/freebsd-10.2-release/sys/contrib/libfdt/
H A Dfdt.h51 #define FDT_NOP 0x4 /* nop */ macro
H A Dfdt.c129 case FDT_NOP:
176 case FDT_NOP:
H A Dfdt_wip.c80 *p = cpu_to_fdt32(FDT_NOP);
H A Dfdt_ro.c127 } while (tag == FDT_NOP);
H A Dfdt_rw.c357 } while ((tag == FDT_PROP) || (tag == FDT_NOP));
/freebsd-10.2-release/usr.bin/dtc/
H A Ddtb.hh80 FDT_NOP = 0x00000004, enumerator in enum:dtc::dtb::token_type
101 case FDT_NOP:
102 return "FDT_NOP";
H A Dfdt.cc618 case dtb::FDT_NOP:
/freebsd-10.2-release/contrib/dtc/
H A Dfdtdump.c29 TN(FDT_NOP),
121 if (tag == FDT_NOP) {
H A Dflattree.c786 case FDT_NOP:
/freebsd-10.2-release/sys/boot/fdt/
H A Dfdt_loader_cmd.c1403 case FDT_NOP:

Completed in 90 milliseconds