Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/hal/esp32/include/hal/
Dcache_ll.h96 bus_mask |= (mask & CACHE_BUS_DBUS1) ? DPORT_APP_CACHE_MASK_DRAM1 : 0; in cache_ll_l1_enable_bus()
129 mask |= (!(bus_mask & DPORT_APP_CACHE_MASK_DRAM1)) ? CACHE_BUS_DBUS1 : 0; in cache_ll_l1_get_enabled_bus()
163 bus_mask |= (mask & CACHE_BUS_DBUS1) ? DPORT_APP_CACHE_MASK_DRAM1 : 0; in cache_ll_l1_disable_bus()
/hal_espressif-3.7.0/components/esp_psram/
Desp_psram.c110 DPORT_CLEAR_PERI_REG_MASK(DPORT_APP_CACHE_CTRL1_REG, DPORT_APP_CACHE_MASK_DRAM1); in s_mapping()
/hal_espressif-3.7.0/components/esp_psram/esp32/
Desp_psram_impl_quad.c1112 …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.7.0/components/soc/esp32/include/soc/
Ddport_reg.h540 #define DPORT_APP_CACHE_MASK_DRAM1 (BIT(3)) macro