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

/freebsd-10.1-release/contrib/dtc/
H A Dfdtdump.c45 struct fdt_header *bph = blob; local
46 uint32_t off_mem_rsvmap = fdt32_to_cpu(bph->off_mem_rsvmap);
47 uint32_t off_dt = fdt32_to_cpu(bph->off_dt_struct);
48 uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings);
53 uint32_t version = fdt32_to_cpu(bph->version);
54 uint32_t totalsize = fdt32_to_cpu(bph->totalsize);
65 printf("// magic:\t\t0x%x\n", fdt32_to_cpu(bph->magic));
72 fdt32_to_cpu(bph->last_comp_version));
75 fdt32_to_cpu(bph->boot_cpuid_phys));
79 fdt32_to_cpu(bph
[all...]

Completed in 42 milliseconds