Searched refs:totalsize (Results 1 – 7 of 7) sorted by relevance
15 unsigned int totalsize; member47 ((struct microcode_intel *)mc)->hdr.totalsize : \
203 int totalsize; in am200_presetup_fb() local237 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()
199 #define CSHAPE(totalsize, linesize, assoc) \ argument200 ((totalsize & ~0xff) | (linesize << 4) | assoc)
54 __be32 totalsize; /* total size of DT block */ member
1312 #define CSHAPE(totalsize, linesize, assoc) \ argument1313 ((totalsize & ~0xff) | (linesize << 4) | assoc)
401 hdr->totalsize = mem_end - mem_start; in bootx_flatten_dt()
2261 hdr->totalsize = cpu_to_be32(dt_struct_end - dt_header_start); in flatten_device_tree()