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

  /src/sys/external/bsd/libfdt/dist/
fdt.h 18 fdt32_t off_dt_strings; /* offset to strings */ member in struct:fdt_header
libfdt.h 241 #define fdt_off_dt_strings(fdt) (fdt_get_header(fdt, off_dt_strings))
258 fdt_set_hdr_(off_dt_strings); variable
  /src/external/gpl2/dtc/dist/
fdtdump.c 53 uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings);
74 printf("// off_dt_strings:\t0x%"PRIx32"\n", off_str);
flattree.c 335 fdt->off_dt_strings = cpu_to_fdt32(reserve_off + reservesize
475 fprintf(f, "\t/* off_dt_strings */\n");
870 off_str = fdt32_to_cpu(fdt->off_dt_strings);
  /src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i 225 def off_dt_strings(self):
  /src/external/gpl2/dtc/dist/tests/
pylibfdt_tests.py 288 self.assertEquals(self.fdt.off_dt_strings(), 652)

Completed in 20 milliseconds