Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/zephyr/esp_shared/src/host_flash/
Dcache_utils.c40 …_PERI_REG_BITS2(DPORT_PRO_DCACHE_DBUG0_REG, DPORT_PRO_CACHE_STATE, DPORT_PRO_CACHE_STATE_S) != 1) { in spi_flash_disable_cache()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram.c305 …_PERI_REG_BITS2(DPORT_PRO_DCACHE_DBUG0_REG, DPORT_PRO_CACHE_STATE, DPORT_PRO_CACHE_STATE_S) != 1) ; in esp_spiram_writeback_cache()
/hal_espressif-3.6.0/components/spi_flash/
Dcache_utils.c308 …_PERI_REG_BITS2(DPORT_PRO_DCACHE_DBUG0_REG, DPORT_PRO_CACHE_STATE, DPORT_PRO_CACHE_STATE_S) != 1) { in spi_flash_disable_cache()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h2835 #define DPORT_PRO_CACHE_STATE_M ((DPORT_PRO_CACHE_STATE_V)<<(DPORT_PRO_CACHE_STATE_S))
2837 #define DPORT_PRO_CACHE_STATE_S 7 macro