Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/zephyr/esp32/include/common/
Dcache_utils.h22 …_PERI_REG_BITS2(DPORT_PRO_DCACHE_DBUG0_REG, DPORT_PRO_CACHE_STATE, DPORT_PRO_CACHE_STATE_S) != 1) { in esp32_disable_cache()
/hal_espressif-2.7.6/components/esp32/
Dspiram.c285 …_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-2.7.6/components/spi_flash/
Dcache_utils.c300 …_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-2.7.6/components/soc/esp32/include/soc/
Ddport_reg.h2831 #define DPORT_PRO_CACHE_STATE_M ((DPORT_PRO_CACHE_STATE_V)<<(DPORT_PRO_CACHE_STATE_S))
2833 #define DPORT_PRO_CACHE_STATE_S 7 macro