Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_psram/esp32s2/
Desp_psram_impl_quad.c535 DPORT_CLEAR_PERI_REG_MASK(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_DRAM_HL|DPORT_APP_DRAM_SPLIT); in psram_cache_init()
541 DPORT_SET_PERI_REG_MASK(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_DRAM_SPLIT); in psram_cache_init()
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c1110 DPORT_CLEAR_PERI_REG_MASK(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_DRAM_HL|DPORT_APP_DRAM_SPLIT); in psram_cache_init()
1116 DPORT_SET_PERI_REG_MASK(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_DRAM_SPLIT); in psram_cache_init()
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h436 #define DPORT_APP_DRAM_SPLIT (BIT(11)) macro