Home
last modified time | relevance | path

Searched refs:DPORT_APP_DRAM_HL (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()
540 DPORT_SET_PERI_REG_MASK(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_DRAM_HL); 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()
1089 DPORT_SET_PERI_REG_MASK(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_DRAM_HL); in psram_cache_init()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h429 #define DPORT_APP_DRAM_HL (BIT(14)) macro