Lines Matching refs:cpu_to_fdt32
324 fdt->magic = cpu_to_fdt32(FDT_MAGIC); in make_fdt_header()
325 fdt->version = cpu_to_fdt32(vi->version); in make_fdt_header()
326 fdt->last_comp_version = cpu_to_fdt32(vi->last_comp_version); in make_fdt_header()
331 fdt->off_mem_rsvmap = cpu_to_fdt32(reserve_off); in make_fdt_header()
332 fdt->off_dt_struct = cpu_to_fdt32(reserve_off + reservesize); in make_fdt_header()
333 fdt->off_dt_strings = cpu_to_fdt32(reserve_off + reservesize in make_fdt_header()
335 fdt->totalsize = cpu_to_fdt32(reserve_off + reservesize + dtsize + strsize); in make_fdt_header()
338 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys); in make_fdt_header()
340 fdt->size_dt_strings = cpu_to_fdt32(strsize); in make_fdt_header()
342 fdt->size_dt_struct = cpu_to_fdt32(dtsize); in make_fdt_header()
396 fdt.totalsize = cpu_to_fdt32(tsize); in dt_to_blob()
847 fdt->magic = cpu_to_fdt32(magic); in dt_from_blob()
848 fdt->totalsize = cpu_to_fdt32(totalsize); in dt_from_blob()