Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/zephyr/esp_shared/src/host_flash/
Dcache_utils.c43 DPORT_SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL_REG, 1, 0, DPORT_PRO_CACHE_ENABLE_S); in spi_flash_disable_cache()
74 DPORT_SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL_REG, 1, 1, DPORT_PRO_CACHE_ENABLE_S); in spi_flash_restore_cache()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram.c274 DPORT_SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL_REG, 1, 1, DPORT_PRO_CACHE_ENABLE_S); in esp_spiram_writeback_cache()
306 DPORT_SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL_REG, 1, 0, DPORT_PRO_CACHE_ENABLE_S); in esp_spiram_writeback_cache()
/hal_espressif-3.6.0/components/spi_flash/
Dcache_utils.c311 DPORT_SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL_REG, 1, 0, DPORT_PRO_CACHE_ENABLE_S); in spi_flash_disable_cache()
342 DPORT_SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL_REG, 1, 1, DPORT_PRO_CACHE_ENABLE_S); in spi_flash_restore_cache()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h270 #define DPORT_PRO_CACHE_ENABLE_S 3 macro