Lines Matching refs:fdt32_to_cpu
35 printf("0x%08x%s", fdt32_to_cpu(GET_CELL(p)),
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->size_dt_strings));
85 fdt32_to_cpu(bph->size_dt_struct));
99 while ((tag = fdt32_to_cpu(GET_CELL(p))) != FDT_END) {
132 sz = fdt32_to_cpu(GET_CELL(p));
133 s = p_strings + fdt32_to_cpu(GET_CELL(p));