Searched refs:CACHE_LINE_SIZE_16B (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/spi_flash/ |
D | cache_utils.c | 407 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/ |
D | cache.h | 75 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | cache.h | 51 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | cache.h | 55 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | cache.h | 75 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | cache.h | 63 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | cache.h | 88 CACHE_LINE_SIZE_16B = 0, /*!< 16 Byte cache line size */ enumerator
|