Searched defs:icache (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/zephyr/port/host_flash/ |
D | cache_utils.c | 150 static IRAM_ATTR void esp_enable_cache_flash_wrap(bool icache, bool dcache) in esp_enable_cache_flash_wrap() 169 static IRAM_ATTR void esp_enable_cache_spiram_wrap(bool icache, bool dcache) in esp_enable_cache_spiram_wrap() 345 static IRAM_ATTR void esp_enable_cache_flash_wrap(bool icache, bool dcache) in esp_enable_cache_flash_wrap() 364 static IRAM_ATTR void esp_enable_cache_spiram_wrap(bool icache, bool dcache) in esp_enable_cache_spiram_wrap() 533 static IRAM_ATTR void esp_enable_cache_flash_wrap(bool icache) in esp_enable_cache_flash_wrap()
|
/hal_espressif-latest/components/spi_flash/ |
D | cache_utils.c | 461 static IRAM_ATTR void esp_enable_cache_flash_wrap(bool icache, bool dcache) in esp_enable_cache_flash_wrap() 480 static IRAM_ATTR void esp_enable_cache_spiram_wrap(bool icache, bool dcache) in esp_enable_cache_spiram_wrap() 709 static IRAM_ATTR void esp_enable_cache_flash_wrap(bool icache, bool dcache) in esp_enable_cache_flash_wrap() 728 static IRAM_ATTR void esp_enable_cache_spiram_wrap(bool icache, bool dcache) in esp_enable_cache_spiram_wrap() 897 static IRAM_ATTR void esp_enable_cache_flash_wrap(bool icache) in esp_enable_cache_flash_wrap()
|
/hal_espressif-latest/components/esp_rom/patches/ |
D | esp_rom_cache_esp32s2_esp32s3.c | 39 static inline void Cache_Wait_Idle(int icache) in Cache_Wait_Idle()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | rtc_hal.h | 29 } icache; member
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | cache.h | 84 uint8_t icache; /*!< the cache index, 0 for dcache, 1 for icache */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | cache.h | 120 uint8_t icache; /*!< the cache index, 0 for dcache, 1 for icache */ member
|