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

/freebsd-11-stable/contrib/dtc/
H A Dfdtdump.c48 struct fdt_header *bph = blob; local
49 uint32_t off_mem_rsvmap = fdt32_to_cpu(bph->off_mem_rsvmap);
50 uint32_t off_dt = fdt32_to_cpu(bph->off_dt_struct);
51 uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings);
56 uint32_t version = fdt32_to_cpu(bph->version);
57 uint32_t totalsize = fdt32_to_cpu(bph->totalsize);
68 printf("// magic:\t\t0x%x\n", fdt32_to_cpu(bph->magic));
75 fdt32_to_cpu(bph->last_comp_version));
78 fdt32_to_cpu(bph->boot_cpuid_phys));
82 fdt32_to_cpu(bph
[all...]

Completed in 110 milliseconds