Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/port/host_flash/
Dcache_utils.c90 int other_cpu = (cpu_id == PRO_CPU_NUM) ? APP_CPU_NUM : PRO_CPU_NUM; in spi_flash_disable_interrupts_caches_and_other_cpu() local
91 spi_flash_disable_cache(other_cpu, &s_flash_op_cache_state[other_cpu]); in spi_flash_disable_interrupts_caches_and_other_cpu()
106 int other_cpu = (cpu_id == PRO_CPU_NUM) ? APP_CPU_NUM : PRO_CPU_NUM; in spi_flash_enable_interrupts_caches_and_other_cpu() local
107 spi_flash_restore_cache(other_cpu, s_flash_op_cache_state[other_cpu]); in spi_flash_enable_interrupts_caches_and_other_cpu()