Home
last modified time | relevance | path

Searched refs:totalsize (Results 1 – 12 of 12) sorted by relevance

/arch/powerpc/boot/dtc-src/
Dflattree.c341 fdt->totalsize = cpu_to_fdt32(reserve_off + reservesize + dtsize + strsize); in make_fdt_header()
382 padlen = minsize - fdt32_to_cpu(fdt.totalsize); in dt_to_blob()
386 fdt32_to_cpu(fdt.totalsize), minsize); in dt_to_blob()
393 int tsize = fdt32_to_cpu(fdt.totalsize); in dt_to_blob()
395 fdt.totalsize = cpu_to_fdt32(tsize); in dt_to_blob()
780 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local
811 rc = fread(&totalsize, sizeof(totalsize), 1, dtcf->file); in dt_from_blob()
821 totalsize = fdt32_to_cpu(totalsize); in dt_from_blob()
822 if (totalsize < FDT_V1_SIZE) in dt_from_blob()
823 die("DT blob size (%d) is too small\n", totalsize); in dt_from_blob()
[all …]
/arch/arm/mach-pxa/
Dam200epd.c203 int totalsize; in am200_presetup_fb() local
237 totalsize = fw + am200_board.wfm_size + padding_size + (fw*fh); in am200_presetup_fb()
247 am200_fb_info.modes->yres = DIV_ROUND_UP(totalsize, fw); in am200_presetup_fb()
/arch/powerpc/boot/libfdt/
Dfdt.h8 uint32_t totalsize; /* total size of DT block */ member
Dlibfdt.h146 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize))
163 __fdt_set_hdr(totalsize);
/arch/sh/kernel/cpu/
Dinit.c156 #define CSHAPE(totalsize, linesize, assoc) \ argument
157 ((totalsize & ~0xff) | (linesize << 4) | assoc)
/arch/x86/kernel/
Dmicrocode_intel.c109 unsigned int totalsize; member
139 (((struct microcode_intel *)mc)->hdr.totalsize ? \
140 ((struct microcode_intel *)mc)->hdr.totalsize : \
/arch/powerpc/include/asm/
Dprom.h59 u32 totalsize; /* total size of DT block */ member
/arch/powerpc/kernel/
Dprom.c449 size = initial_boot_params->totalsize; in move_device_tree()
1038 self_size = initial_boot_params->totalsize; in early_reserve_mem()
1716 flat_dt_blob.size = initial_boot_params->totalsize; in export_flat_device_tree()
Dprom_init.c1875 hdr->totalsize = RELOC(dt_struct_end) - RELOC(dt_header_start); in flatten_device_tree()
/arch/alpha/kernel/
Dsetup.c1295 #define CSHAPE(totalsize, linesize, assoc) \ argument
1296 ((totalsize & ~0xff) | (linesize << 4) | assoc)
/arch/powerpc/platforms/powermac/
Dbootx_init.c400 hdr->totalsize = mem_end - mem_start; in bootx_flatten_dt()
/arch/powerpc/platforms/iseries/
Ddt.c609 dt->header.totalsize = (unsigned long)dt_data - (unsigned long)dt; in dt_finish()