Home
last modified time | relevance | path

Searched refs:DPORT_APP_DRAM_SPLIT (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Dspiram_psram.c537 DPORT_CLEAR_PERI_REG_MASK(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_DRAM_HL|DPORT_APP_DRAM_SPLIT); in psram_cache_init()
543 DPORT_SET_PERI_REG_MASK(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_DRAM_SPLIT); in psram_cache_init()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram_psram.c1086 DPORT_CLEAR_PERI_REG_MASK(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_DRAM_HL|DPORT_APP_DRAM_SPLIT); in psram_cache_init()
1092 DPORT_SET_PERI_REG_MASK(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_DRAM_SPLIT); in psram_cache_init()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h447 #define DPORT_APP_DRAM_SPLIT (BIT(11)) macro