Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/spi_flash/
Dcache_utils.c463 cache_line_size = CACHE_LINE_SIZE_32B; in esp_config_instruction_cache_mode()
500 cache_line_size = CACHE_LINE_SIZE_32B; in esp_config_data_cache_mode()
714 cache_line_size = CACHE_LINE_SIZE_32B; in esp_config_instruction_cache_mode()
718 … cache_line_size == CACHE_LINE_SIZE_16B ? 16 : (cache_line_size == CACHE_LINE_SIZE_32B ? 32 : 64)); in esp_config_instruction_cache_mode()
746 cache_line_size = CACHE_LINE_SIZE_32B; in esp_config_data_cache_mode()
/hal_espressif-3.7.0/components/esp_rom/include/esp32c2/rom/
Dcache.h76 CACHE_LINE_SIZE_32B = 1, /*!< 32 Byte cache line size */ enumerator
/hal_espressif-3.7.0/components/esp_rom/include/esp32c6/rom/
Dcache.h52 CACHE_LINE_SIZE_32B = 1, /*!< 32 Byte cache line size */ enumerator
/hal_espressif-3.7.0/components/esp_rom/include/esp32h2/rom/
Dcache.h56 CACHE_LINE_SIZE_32B = 1, /*!< 32 Byte cache line size */ enumerator
/hal_espressif-3.7.0/components/esp_rom/include/esp32c3/rom/
Dcache.h76 CACHE_LINE_SIZE_32B = 1, /*!< 32 Byte cache line size */ enumerator
/hal_espressif-3.7.0/components/esp_rom/include/esp32s2/rom/
Dcache.h63 CACHE_LINE_SIZE_32B = 1, /*!< 32 Byte cache line size */ enumerator
/hal_espressif-3.7.0/components/esp_rom/include/esp32s3/rom/
Dcache.h89 CACHE_LINE_SIZE_32B = 1, /*!< 32 Byte cache line size */ enumerator