Searched refs:spi_flash_restore_cache (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/spi_flash/ |
D | cache_utils.c | 69 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/ |
D | cache_utils.c | 47 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/ |
D | esp32c6.rom.spiflash.ld | 22 spi_flash_restore_cache = 0x400001f4; symbol
|
/hal_espressif-latest/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.spiflash.ld | 22 spi_flash_restore_cache = 0x400001ec; symbol
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32h2_beta_1.ld | 170 PROVIDE( spi_flash_restore_cache = 0x400001c4 ); symbol
|
D | rom_32h2_beta_2.ld | 165 PROVIDE( spi_flash_restore_cache = 0x400001c8 ); symbol
|
D | rom_32c6_beta.ld | 162 PROVIDE( spi_flash_restore_cache = 0x400001c4 ); symbol
|
D | rom_32c3.ld | 164 PROVIDE( spi_flash_restore_cache = 0x400001c8 ); symbol
|
D | rom_32s3.ld | 214 PROVIDE( spi_flash_restore_cache = 0x40000c18 ); symbol
|
D | rom_32c2.ld | 157 PROVIDE( spi_flash_restore_cache = 0x400001b8 ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.ld | 148 PROVIDE( spi_flash_restore_cache = 0x400001c8 ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32c2/ld/ |
D | esp32c2.rom.ld | 143 PROVIDE( spi_flash_restore_cache = 0x400001b8 ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.ld | 200 PROVIDE( spi_flash_restore_cache = 0x40000c18 ); symbol
|