Searched refs:totalsize (Results 1 – 12 of 12) sorted by relevance
/arch/powerpc/boot/dtc-src/ |
D | flattree.c | 341 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/ |
D | am200epd.c | 203 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/ |
D | fdt.h | 8 uint32_t totalsize; /* total size of DT block */ member
|
D | libfdt.h | 146 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize)) 163 __fdt_set_hdr(totalsize);
|
/arch/sh/kernel/cpu/ |
D | init.c | 156 #define CSHAPE(totalsize, linesize, assoc) \ argument 157 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|
/arch/x86/kernel/ |
D | microcode_intel.c | 109 unsigned int totalsize; member 139 (((struct microcode_intel *)mc)->hdr.totalsize ? \ 140 ((struct microcode_intel *)mc)->hdr.totalsize : \
|
/arch/powerpc/include/asm/ |
D | prom.h | 59 u32 totalsize; /* total size of DT block */ member
|
/arch/powerpc/kernel/ |
D | prom.c | 449 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()
|
D | prom_init.c | 1875 hdr->totalsize = RELOC(dt_struct_end) - RELOC(dt_header_start); in flatten_device_tree()
|
/arch/alpha/kernel/ |
D | setup.c | 1295 #define CSHAPE(totalsize, linesize, assoc) \ argument 1296 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|
/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 400 hdr->totalsize = mem_end - mem_start; in bootx_flatten_dt()
|
/arch/powerpc/platforms/iseries/ |
D | dt.c | 609 dt->header.totalsize = (unsigned long)dt_data - (unsigned long)dt; in dt_finish()
|