Searched refs:totalsize (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/scripts/dtc/ |
D | flattree.c | 350 fdt->totalsize = cpu_to_fdt32(reserve_off + reservesize + dtsize + strsize); in make_fdt_header() 391 padlen = minsize - fdt32_to_cpu(fdt.totalsize); in dt_to_blob() 397 fdt32_to_cpu(fdt.totalsize), minsize); in dt_to_blob() 405 padlen = ALIGN(fdt32_to_cpu(fdt.totalsize) + padlen, alignsize) in dt_to_blob() 406 - fdt32_to_cpu(fdt.totalsize); in dt_to_blob() 409 int tsize = fdt32_to_cpu(fdt.totalsize); in dt_to_blob() 411 fdt.totalsize = cpu_to_fdt32(tsize); in dt_to_blob() 814 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local 855 totalsize = fdt32_to_cpu(totalsize_buf); in dt_from_blob() 856 if (totalsize < FDT_V1_SIZE) in dt_from_blob() [all …]
|
D | fdtdump.c | 57 uint32_t totalsize = fdt32_to_cpu(bph->totalsize); in dump_blob() local 69 printf("// totalsize:\t\t0x%x (%d)\n", totalsize, totalsize); in dump_blob()
|
D | util.c | 300 int totalsize; in utilfdt_write_err() local 311 totalsize = fdt_totalsize(blob); in utilfdt_write_err() 314 while (offset < totalsize) { in utilfdt_write_err() 315 ret = write(fd, ptr + offset, totalsize - offset); in utilfdt_write_err()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | microcode_intel.h | 16 unsigned int totalsize; member 47 ((struct microcode_intel *)mc)->hdr.totalsize : \
|
/Linux-v4.19/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()
|
/Linux-v4.19/arch/sh/kernel/cpu/ |
D | init.c | 199 #define CSHAPE(totalsize, linesize, assoc) \ argument 200 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|
/Linux-v4.19/scripts/dtc/libfdt/ |
D | fdt.h | 59 fdt32_t totalsize; /* total size of DT block */ member
|
D | libfdt.h | 218 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize)) 235 fdt_set_hdr_(totalsize);
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | prom.h | 54 __be32 totalsize; /* total size of DT block */ member
|
/Linux-v4.19/arch/alpha/kernel/ |
D | setup.c | 1315 #define CSHAPE(totalsize, linesize, assoc) \ argument 1316 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 402 hdr->totalsize = mem_end - mem_start; in bootx_flatten_dt()
|
/Linux-v4.19/Documentation/devicetree/ |
D | booting-without-of.txt | 361 u32 totalsize; /* total size of DT block */ 402 - totalsize 512 --- (base + totalsize)
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | prom_init.c | 2572 hdr->totalsize = cpu_to_be32(dt_struct_end - dt_header_start); in flatten_device_tree()
|