Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/spi_flash/
Dcache_utils.c394 cache_line_size = CACHE_LINE_SIZE_32B; in esp_config_instruction_cache_mode()
431 cache_line_size = CACHE_LINE_SIZE_32B; in esp_config_data_cache_mode()
652 cache_line_size = CACHE_LINE_SIZE_32B; in esp_config_instruction_cache_mode()
656 … cache_line_size == CACHE_LINE_SIZE_16B ? 16 : (cache_line_size == CACHE_LINE_SIZE_32B ? 32 : 64)); in esp_config_instruction_cache_mode()
684 cache_line_size = CACHE_LINE_SIZE_32B; in esp_config_data_cache_mode()
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Dcache.h72 CACHE_LINE_SIZE_32B = 1, /*!< 32 Byte cache line size */ enumerator
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Dcache.h84 CACHE_LINE_SIZE_32B = 1, /*!< 32 Byte cache line size */ enumerator
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Dcache.h84 CACHE_LINE_SIZE_32B = 1, /*!< 32 Byte cache line size */ enumerator
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Dcache.h97 CACHE_LINE_SIZE_32B = 1, /*!< 32 Byte cache line size */ enumerator