Home | History | Annotate | Download | only in dist

Lines Matching refs:fdt32_to_cpu

51 	uint32_t off_mem_rsvmap = fdt32_to_cpu(bph->off_mem_rsvmap);
52 uint32_t off_dt = fdt32_to_cpu(bph->off_dt_struct);
53 uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings);
58 uint32_t version = fdt32_to_cpu(bph->version);
59 uint32_t totalsize = fdt32_to_cpu(bph->totalsize);
70 printf("// magic:\t\t0x%"PRIx32"\n", fdt32_to_cpu(bph->magic));
78 fdt32_to_cpu(bph->last_comp_version));
81 fdt32_to_cpu(bph->boot_cpuid_phys));
85 fdt32_to_cpu(bph->size_dt_strings));
88 fdt32_to_cpu(bph->size_dt_struct));
102 while ((tag = fdt32_to_cpu(GET_CELL(p))) != FDT_END) {
136 sz = fdt32_to_cpu(GET_CELL(p));
137 s = p_strings + fdt32_to_cpu(GET_CELL(p));