Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/dtc/
Dflattree.c350 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 …]
Dfdtdump.c57 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()
Dutil.c300 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/
Dmicrocode_intel.h16 unsigned int totalsize; member
47 ((struct microcode_intel *)mc)->hdr.totalsize : \
/Linux-v4.19/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()
/Linux-v4.19/arch/sh/kernel/cpu/
Dinit.c199 #define CSHAPE(totalsize, linesize, assoc) \ argument
200 ((totalsize & ~0xff) | (linesize << 4) | assoc)
/Linux-v4.19/scripts/dtc/libfdt/
Dfdt.h59 fdt32_t totalsize; /* total size of DT block */ member
Dlibfdt.h218 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize))
235 fdt_set_hdr_(totalsize);
/Linux-v4.19/arch/powerpc/include/asm/
Dprom.h54 __be32 totalsize; /* total size of DT block */ member
/Linux-v4.19/arch/alpha/kernel/
Dsetup.c1315 #define CSHAPE(totalsize, linesize, assoc) \ argument
1316 ((totalsize & ~0xff) | (linesize << 4) | assoc)
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dbootx_init.c402 hdr->totalsize = mem_end - mem_start; in bootx_flatten_dt()
/Linux-v4.19/Documentation/devicetree/
Dbooting-without-of.txt361 u32 totalsize; /* total size of DT block */
402 - totalsize
512 --- (base + totalsize)
/Linux-v4.19/arch/powerpc/kernel/
Dprom_init.c2572 hdr->totalsize = cpu_to_be32(dt_struct_end - dt_header_start); in flatten_device_tree()