Home
last modified time | relevance | path

Searched refs:cache_size (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/spi_flash/
Dcache_utils.c394 cache_size_t cache_size; in esp_config_instruction_cache_mode() local
400 cache_size = CACHE_SIZE_8KB; in esp_config_instruction_cache_mode()
403 cache_size = CACHE_SIZE_16KB; in esp_config_instruction_cache_mode()
411 …AG, "Instruction cache \t: size %dKB, %dWays, cache line size %dByte", cache_size == CACHE_SIZE_8K… in esp_config_instruction_cache_mode()
413 Cache_Set_ICache_Mode(cache_size, cache_ways, cache_line_size); in esp_config_instruction_cache_mode()
422 cache_size_t cache_size; in esp_config_data_cache_mode() local
429 cache_size = CACHE_SIZE_0KB; in esp_config_data_cache_mode()
432 cache_size = CACHE_SIZE_8KB; in esp_config_data_cache_mode()
435 cache_size = CACHE_SIZE_16KB; in esp_config_data_cache_mode()
440 cache_size = CACHE_SIZE_0KB; in esp_config_data_cache_mode()
[all …]
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dcache.h81 uint32_t cache_size; /*!< cache size in byte */ member
259 void Cache_Set_ICache_Mode(cache_size_t cache_size, cache_ways_t ways, cache_line_size_t cache_line…
273 void Cache_Set_DCache_Mode(cache_size_t cache_size, cache_ways_t ways, cache_line_size_t cache_line…
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dcache.h117 uint32_t cache_size; /*!< cache size in byte */ member
351 void Cache_Set_ICache_Mode(cache_size_t cache_size, cache_ways_t ways, cache_line_size_t cache_line…
365 void Cache_Set_DCache_Mode(cache_size_t cache_size, cache_ways_t ways, cache_line_size_t cache_line…
/hal_espressif-latest/components/esp_hw_support/
Dsleep_cpu.c106 sets = imode.cache_size / imode.cache_ways / imode.cache_line_size; in cache_tagmem_retention_setup()
115 if (code_seg_size < imode.cache_size / imode.cache_ways) { in cache_tagmem_retention_setup()
121 …e:%d KiB, line size:%d B, ways:%d, sets:%d, index:%d, tag block groups:%d", (imode.cache_size>>10), in cache_tagmem_retention_setup()
126 sets = dmode.cache_size / dmode.cache_ways / dmode.cache_line_size; in cache_tagmem_retention_setup()
136 if (data_seg_size < dmode.cache_size / dmode.cache_ways) { in cache_tagmem_retention_setup()
145 …e:%d KiB, line size:%d B, ways:%d, sets:%d, index:%d, tag block groups:%d", (dmode.cache_size>>10), in cache_tagmem_retention_setup()
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Dcache.h99 uint32_t cache_size; /*!< cache size in byte */ member
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dcache.h83 uint32_t cache_size; /*!< cache size in byte */ member
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dcache.h87 uint32_t cache_size; /*!< cache size in byte */ member
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dcache.h99 uint32_t cache_size; /*!< cache size in byte */ member
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c769 uint32_t cache_size = 100; in ble_controller_scan_duplicate_config() local
771 cache_size = CONFIG_BT_LE_LL_DUP_SCAN_LIST_COUNT; in ble_controller_scan_duplicate_config()
786 ble_vhci_disc_duplicate_set_max_cache_size(cache_size); in ble_controller_scan_duplicate_config()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c751 uint32_t cache_size = 100; in ble_controller_scan_duplicate_config() local
753 cache_size = CONFIG_BT_LE_LL_DUP_SCAN_LIST_COUNT; in ble_controller_scan_duplicate_config()
768 ble_vhci_disc_duplicate_set_max_cache_size(cache_size); in ble_controller_scan_duplicate_config()