Home
last modified time | relevance | path

Searched refs:off_dt (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/scripts/dtc/
Dfdtdump.c49 uint32_t off_dt = fdt32_to_cpu(bph->off_dt_struct); in dump_blob() local
53 const char *p_struct = (const char *)blob + off_dt; in dump_blob()
69 printf("// off_dt_struct:\t0x%x\n", off_dt); in dump_blob()
Dflattree.c808 uint32_t off_dt, off_str, off_mem_rsvmap; in dt_from_blob() local
875 off_dt = fdt32_to_cpu(fdt->off_dt_struct); in dt_from_blob()
884 if (off_dt >= totalsize) in dt_from_blob()
901 if (off_dt+size_dt > totalsize) in dt_from_blob()
913 inbuf_init(&dtbuf, blob + off_dt, blob + totalsize); in dt_from_blob()