Home
last modified time | relevance | path

Searched refs:CACHE_4WAYS_ASSOC (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/spi_flash/
Dcache_utils.c390 cache_ways = CACHE_4WAYS_ASSOC; in esp_config_instruction_cache_mode()
427 cache_ways = CACHE_4WAYS_ASSOC; in esp_config_data_cache_mode()
645 cache_ways = CACHE_4WAYS_ASSOC; in esp_config_instruction_cache_mode()
656 …ize %dByte", cache_size == CACHE_SIZE_HALF ? 16 : 32, cache_ways == CACHE_4WAYS_ASSOC ? 4 : 8, cac… in esp_config_instruction_cache_mode()
677 cache_ways = CACHE_4WAYS_ASSOC; in esp_config_data_cache_mode()
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Dcache.h67 CACHE_4WAYS_ASSOC = 0, /*!< 4 way associated cache */ enumerator
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Dcache.h78 CACHE_4WAYS_ASSOC = 0, /*!< 4 way associated cache */ enumerator
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Dcache.h78 CACHE_4WAYS_ASSOC = 0, /*!< 4 way associated cache */ enumerator
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Dcache.h91 CACHE_4WAYS_ASSOC = 0, /*!< 4 way associated cache */ enumerator