Home
last modified time | relevance | path

Searched refs:cache_size (Results 1 - 8 of 8) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_l2_cache.c103 u32 cache_size; in mali_l2_cache_create() local
136 cache_size = mali_hw_core_register_read(&cache->hw_core, in mali_l2_cache_create()
140 1 << (((cache_size >> 16) & 0xff) - 10), in mali_l2_cache_create()
141 1 << ((cache_size >> 8) & 0xff), in mali_l2_cache_create()
142 1 << (cache_size & 0xff), in mali_l2_cache_create()
143 1 << ((cache_size >> 24) & 0xff))); in mali_l2_cache_create()
/device/qemu/SmartL_E802/liteos_m/board/fs/
H A Dlittlefs_hal.c90 .cache_size = CACHE_SIZE,
/device/qemu/esp32/liteos_m/board/fs/
H A Dlittlefs_hal.c86 .cache_size = CACHE_SIZE,
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_l2_cache.c102 u32 cache_size; in mali_l2_cache_create() local
133 cache_size = mali_hw_core_register_read(&cache->hw_core, MALI400_L2_CACHE_REGISTER_SIZE); in mali_l2_cache_create()
/device/qemu/riscv32_virt/liteos_m/board/driver/cfiflash/
H A Dcfiflash_fs_hal.c151 .cache_size = CACHE_SIZE,
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_common.h70 hi_u32 cache_size; /* cached file size */ member
H A Dupg_common.c414 ctx->cache_size = 0; in upg_clear_ctx()
731 ctx->cache_size = 0; in upg_start()
1400 upg_print("[upg transmit]offset-buflen-cachesize:0x%x-0x%x-0x%x\r\n", offset, buf_len, ctx->cache_size); in hi_upg_transmit()
1402 if (offset != ctx->cache_size) { in hi_upg_transmit()
1403 upg_print("[upg transmit]offset-cachesize:0x%x-0x%x\r\n", offset, ctx->cache_size); in hi_upg_transmit()
1426 ctx->cache_size += buf_len; in hi_upg_transmit()
1427 if ((ctx->check_head_flag == HI_FALSE) && (ctx->cache_size >= sizeof(hi_upg_head))) { in hi_upg_transmit()
1558 if (ctx->cache_size < comm_head->file_len) { in upg_check_download_finish()
/device/soc/rockchip/rk2206/hdf_driver/fs/
H A Dfs_driver.c438 m_fs_cfg[i].lfs_cfg.cache_size = LFSCFG_CACHESIZE_MAX; in fsdrv_init()

Completed in 7 milliseconds