Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Dspiram_psram.c536 DPORT_CLEAR_PERI_REG_MASK(DPORT_PRO_CACHE_CTRL_REG, DPORT_PRO_DRAM_HL|DPORT_PRO_DRAM_SPLIT); in psram_cache_init()
542 DPORT_SET_PERI_REG_MASK(DPORT_PRO_CACHE_CTRL_REG, DPORT_PRO_DRAM_SPLIT); in psram_cache_init()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram_psram.c1085 DPORT_CLEAR_PERI_REG_MASK(DPORT_PRO_CACHE_CTRL_REG, DPORT_PRO_DRAM_HL|DPORT_PRO_DRAM_SPLIT); in psram_cache_init()
1091 DPORT_SET_PERI_REG_MASK(DPORT_PRO_CACHE_CTRL_REG, DPORT_PRO_DRAM_SPLIT); in psram_cache_init()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h219 #define DPORT_PRO_DRAM_SPLIT (BIT(11)) macro