Home
last modified time | relevance | path

Searched refs:spi_flash_restore_cache (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/spi_flash/
Dcache_utils.c69 void spi_flash_restore_cache(uint32_t cpuid, uint32_t saved_state);
140 spi_flash_restore_cache(cpuid, s_flash_op_cache_state[cpuid]); in spi_flash_op_block_func()
239 spi_flash_restore_cache(cpuid, s_flash_op_cache_state[cpuid]); in spi_flash_enable_interrupts_caches_and_other_cpu()
243 spi_flash_restore_cache(other_cpuid, s_flash_op_cache_state[other_cpuid]); in spi_flash_enable_interrupts_caches_and_other_cpu()
290 spi_flash_restore_cache(cpuid, s_flash_op_cache_state[cpuid]); in spi_flash_enable_interrupts_caches_no_os()
335 spi_flash_restore_cache(0, s_flash_op_cache_state[0]); in spi_flash_enable_interrupts_caches_and_other_cpu()
351 spi_flash_restore_cache(0, s_flash_op_cache_state[0]); in spi_flash_enable_interrupts_caches_no_os()
365 spi_flash_restore_cache(cpuid, cache_value); in spi_flash_enable_cache()
367 spi_flash_restore_cache(0, 0); // TODO cache_value should be non-zero in spi_flash_enable_cache()
381 void IRAM_ATTR spi_flash_restore_cache(uint32_t cpuid, uint32_t saved_state) in spi_flash_restore_cache() function
/hal_espressif-latest/zephyr/port/host_flash/
Dcache_utils.c47 static void spi_flash_restore_cache(uint32_t cpuid, uint32_t saved_state);
103 spi_flash_restore_cache(cpu_id, s_flash_op_cache_state[cpu_id]); in spi_flash_enable_interrupts_caches_and_other_cpu()
107 spi_flash_restore_cache(other_cpu, s_flash_op_cache_state[other_cpu]); in spi_flash_enable_interrupts_caches_and_other_cpu()
123 spi_flash_restore_cache(cpuid, cache_value); in spi_flash_enable_cache()
125 spi_flash_restore_cache(0, 0); // TODO cache_value should be non-zero in spi_flash_enable_cache()
139 static void IRAM_ATTR spi_flash_restore_cache(uint32_t cpuid, uint32_t saved_state) in spi_flash_restore_cache() function
/hal_espressif-latest/components/esp_rom/esp32c6/ld/
Desp32c6.rom.spiflash.ld22 spi_flash_restore_cache = 0x400001f4; symbol
/hal_espressif-latest/components/esp_rom/esp32h2/ld/
Desp32h2.rom.spiflash.ld22 spi_flash_restore_cache = 0x400001ec; symbol
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_32h2_beta_1.ld170 PROVIDE( spi_flash_restore_cache = 0x400001c4 ); symbol
Drom_32h2_beta_2.ld165 PROVIDE( spi_flash_restore_cache = 0x400001c8 ); symbol
Drom_32c6_beta.ld162 PROVIDE( spi_flash_restore_cache = 0x400001c4 ); symbol
Drom_32c3.ld164 PROVIDE( spi_flash_restore_cache = 0x400001c8 ); symbol
Drom_32s3.ld214 PROVIDE( spi_flash_restore_cache = 0x40000c18 ); symbol
Drom_32c2.ld157 PROVIDE( spi_flash_restore_cache = 0x400001b8 ); symbol
/hal_espressif-latest/components/esp_rom/esp32c3/ld/
Desp32c3.rom.ld148 PROVIDE( spi_flash_restore_cache = 0x400001c8 ); symbol
/hal_espressif-latest/components/esp_rom/esp32c2/ld/
Desp32c2.rom.ld143 PROVIDE( spi_flash_restore_cache = 0x400001b8 ); symbol
/hal_espressif-latest/components/esp_rom/esp32s3/ld/
Desp32s3.rom.ld200 PROVIDE( spi_flash_restore_cache = 0x40000c18 ); symbol