Home
last modified time | relevance | path

Searched refs:bmp_size (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dsplash_source.c89 size_t bmp_size, bmp_header_size = sizeof(struct bmp_header); in splash_load_raw() local
99 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() local
243 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()
/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A Dregcache-lzo.c130 size_t bmp_size; in regcache_lzo_init() local
150 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()