Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram.c140 DPORT_CLEAR_PERI_REG_MASK(DPORT_APP_CACHE_CTRL1_REG, DPORT_APP_CACHE_MASK_DRAM1); in esp_spiram_init_cache()
Dspiram_psram.c1098 …DPORT_CLEAR_PERI_REG_MASK(DPORT_APP_CACHE_CTRL1_REG, DPORT_APP_CACHE_MASK_DRAM1|DPORT_APP_CACHE_MA… in psram_cache_init()
/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_utility.c802 DPORT_APP_CACHE_MASK_DRAM1 );
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h551 #define DPORT_APP_CACHE_MASK_DRAM1 (BIT(3)) macro