Searched refs:bmp_size (Results 1 – 2 of 2) sorted by relevance
89 size_t bmp_size, bmp_header_size = sizeof(struct bmp_header); in splash_load_raw() local99 bmp_size = le32_to_cpu(bmp_hdr->file_size); in splash_load_raw()101 if (bmp_load_addr + bmp_size >= gd->start_addr_sp) in splash_load_raw()104 return splash_storage_read_raw(location, bmp_load_addr, bmp_size); in splash_load_raw()219 loff_t bmp_size; in splash_load_fs() local243 res = fs_size(splash_file, &bmp_size); in splash_load_fs()249 if (bmp_load_addr + bmp_size >= gd->start_addr_sp) { in splash_load_fs()
130 size_t bmp_size; in regcache_lzo_init() local150 bmp_size = map->num_reg_defaults_raw; in regcache_lzo_init()151 sync_bmp = bitmap_zalloc(bmp_size, GFP_KERNEL); in regcache_lzo_init()167 lzo_blocks[i]->sync_bmp_nbits = bmp_size; in regcache_lzo_init()