Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Dcache_utils.c407 cache_line_size = CACHE_LINE_SIZE_16B; in esp_config_instruction_cache_mode()
411 …Byte", cache_size == CACHE_SIZE_8KB ? 8 : 16, 4, cache_line_size == CACHE_LINE_SIZE_16B ? 16 : 32); in esp_config_instruction_cache_mode()
452 cache_line_size = CACHE_LINE_SIZE_16B; in esp_config_data_cache_mode()
456 … : ((cache_size == CACHE_SIZE_8KB) ? 8 : 16), 4, cache_line_size == CACHE_LINE_SIZE_16B ? 16 : 32); in esp_config_data_cache_mode()
666 cache_line_size = CACHE_LINE_SIZE_16B; in esp_config_instruction_cache_mode()
672 … : 32, cache_ways == CACHE_4WAYS_ASSOC ? 4 : 8, cache_line_size == CACHE_LINE_SIZE_16B ? 16 : (cac… in esp_config_instruction_cache_mode()
698 cache_line_size = CACHE_LINE_SIZE_16B; in esp_config_data_cache_mode()
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Dcache.h75 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dcache.h51 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dcache.h55 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dcache.h75 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dcache.h63 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dcache.h88 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator