Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/zephyr/esp_shared/src/host_flash/
Dcache_utils.c51 DPORT_SET_PERI_REG_BITS(DPORT_APP_CACHE_CTRL_REG, 1, 0, DPORT_APP_CACHE_ENABLE_S); in spi_flash_disable_cache()
79 DPORT_SET_PERI_REG_BITS(DPORT_APP_CACHE_CTRL_REG, 1, 1, DPORT_APP_CACHE_ENABLE_S); in spi_flash_restore_cache()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram.c279 DPORT_SET_PERI_REG_BITS(DPORT_APP_CACHE_CTRL_REG, 1, 1, DPORT_APP_CACHE_ENABLE_S); in esp_spiram_writeback_cache()
311 DPORT_SET_PERI_REG_BITS(DPORT_APP_CACHE_CTRL_REG, 1, 0, DPORT_APP_CACHE_ENABLE_S); in esp_spiram_writeback_cache()
/hal_espressif-3.6.0/components/spi_flash/
Dcache_utils.c319 DPORT_SET_PERI_REG_BITS(DPORT_APP_CACHE_CTRL_REG, 1, 0, DPORT_APP_CACHE_ENABLE_S); in spi_flash_disable_cache()
347 DPORT_SET_PERI_REG_BITS(DPORT_APP_CACHE_CTRL_REG, 1, 1, DPORT_APP_CACHE_ENABLE_S); in spi_flash_restore_cache()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h498 #define DPORT_APP_CACHE_ENABLE_S 3 macro