HomeSort by: relevance | last modified time | path
    Searched refs:FDT_NOP (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
fdt.h 59 #define FDT_NOP 0x4 /* nop */
fdt_wip.c 58 *p = cpu_to_fdt32(FDT_NOP);
fdt.c 172 case FDT_NOP:
219 case FDT_NOP:
fdt_ro.c 208 } while (tag == FDT_NOP);
869 case FDT_NOP:
fdt_rw.c 343 } while ((tag == FDT_PROP) || (tag == FDT_NOP));
  /src/external/gpl2/dtc/dist/tests/
dtbs_equal_ordered.c 81 } while (tag1 == FDT_NOP);
85 } while (tag2 == FDT_NOP);
nopulate.c 37 *((fdt32_t *)p) = cpu_to_fdt32(FDT_NOP);
  /src/external/gpl2/dtc/dist/
fdtdump.c 34 TN(FDT_NOP),
127 if (tag == FDT_NOP) {
flattree.c 775 case FDT_NOP:

Completed in 60 milliseconds