Searched refs:CACHE_SIZE_8KB (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/spi_flash/ |
D | cache_utils.c | 385 cache_size = CACHE_SIZE_8KB; in esp_config_instruction_cache_mode() 396 … cache \t: size %dKB, %dWays, cache line size %dByte", cache_size == CACHE_SIZE_8KB ? 8 : 16, 4, c… in esp_config_instruction_cache_mode() 412 cache_size = CACHE_SIZE_8KB; in esp_config_data_cache_mode() 420 cache_size = CACHE_SIZE_8KB; in esp_config_data_cache_mode() 433 …ache \t\t: size %dKB, %dWays, cache line size %dByte", cache_size == CACHE_SIZE_8KB ? 8 : 16, 4, c… in esp_config_data_cache_mode()
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/ |
D | cache.h | 59 #define CACHE_SIZE_8KB CACHE_SIZE_HALF macro
|