Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmicrocode_intel.h15 unsigned int totalsize; member
47 ((struct microcode_intel *)mc)->hdr.totalsize : \
/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/sh/kernel/cpu/
Dinit.c199 #define CSHAPE(totalsize, linesize, assoc) \ argument
200 ((totalsize & ~0xff) | (linesize << 4) | assoc)
/arch/powerpc/include/asm/
Dprom.h54 __be32 totalsize; /* total size of DT block */ member
/arch/alpha/kernel/
Dsetup.c1312 #define CSHAPE(totalsize, linesize, assoc) \ argument
1313 ((totalsize & ~0xff) | (linesize << 4) | assoc)
/arch/powerpc/platforms/powermac/
Dbootx_init.c401 hdr->totalsize = mem_end - mem_start; in bootx_flatten_dt()
/arch/powerpc/kernel/
Dprom_init.c2261 hdr->totalsize = cpu_to_be32(dt_struct_end - dt_header_start); in flatten_device_tree()