Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/spi_flash/
Dcache_utils.c392 cache_line_size = CACHE_LINE_SIZE_16B; in esp_config_instruction_cache_mode()
396 …Byte", cache_size == CACHE_SIZE_8KB ? 8 : 16, 4, cache_line_size == CACHE_LINE_SIZE_16B ? 16 : 32); in esp_config_instruction_cache_mode()
429 cache_line_size = CACHE_LINE_SIZE_16B; in esp_config_data_cache_mode()
433 …Byte", cache_size == CACHE_SIZE_8KB ? 8 : 16, 4, cache_line_size == CACHE_LINE_SIZE_16B ? 16 : 32); in esp_config_data_cache_mode()
650 cache_line_size = CACHE_LINE_SIZE_16B; in esp_config_instruction_cache_mode()
656 … : 32, cache_ways == CACHE_4WAYS_ASSOC ? 4 : 8, cache_line_size == CACHE_LINE_SIZE_16B ? 16 : (cac… in esp_config_instruction_cache_mode()
682 cache_line_size = CACHE_LINE_SIZE_16B; in esp_config_data_cache_mode()
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Dcache.h71 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Dcache.h83 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Dcache.h83 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Dcache.h96 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator