Home
last modified time | relevance | path

Searched refs:DPORT_PRO_CACHE_CTRL1_REG (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/zephyr/esp_shared/src/host_flash/
Dcache_utils.c39 ret |= DPORT_GET_PERI_REG_BITS2(DPORT_PRO_CACHE_CTRL1_REG, cache_mask, 0); in spi_flash_disable_cache()
75 DPORT_SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL1_REG, cache_mask, saved_state, 0); in spi_flash_restore_cache()
/hal_espressif-3.6.0/components/esp_hw_support/
Dsleep_modes.c249 _DPORT_REG_WRITE(DPORT_PRO_CACHE_CTRL1_REG, in esp_default_wake_deep_sleep()
250 _DPORT_REG_READ(DPORT_PRO_CACHE_CTRL1_REG) | DPORT_PRO_CACHE_MMU_IA_CLR); in esp_default_wake_deep_sleep()
251 _DPORT_REG_WRITE(DPORT_PRO_CACHE_CTRL1_REG, in esp_default_wake_deep_sleep()
252 _DPORT_REG_READ(DPORT_PRO_CACHE_CTRL1_REG) & (~DPORT_PRO_CACHE_MMU_IA_CLR)); in esp_default_wake_deep_sleep()
/hal_espressif-3.6.0/zephyr/esp_shared/components/esp_hw_support/
Dsleep_modes.c263 _DPORT_REG_WRITE(DPORT_PRO_CACHE_CTRL1_REG, in esp_default_wake_deep_sleep()
264 _DPORT_REG_READ(DPORT_PRO_CACHE_CTRL1_REG) | DPORT_PRO_CACHE_MMU_IA_CLR); in esp_default_wake_deep_sleep()
265 _DPORT_REG_WRITE(DPORT_PRO_CACHE_CTRL1_REG, in esp_default_wake_deep_sleep()
266 _DPORT_REG_READ(DPORT_PRO_CACHE_CTRL1_REG) & (~DPORT_PRO_CACHE_MMU_IA_CLR)); in esp_default_wake_deep_sleep()
/hal_espressif-3.6.0/zephyr/esp32/src/boot/
Dbootloader_init.c92 DPORT_REG_CLR_BIT(DPORT_PRO_CACHE_CTRL1_REG, DPORT_PRO_CACHE_MASK_DROM0); in bootloader_reset_mmu()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dcache_sram_mmu.c115 DPORT_REG_SET_FIELD(DPORT_PRO_CACHE_CTRL1_REG, DPORT_PRO_CMMU_SRAM_PAGE_MODE, mask_s); in cache_sram_mmu_set()
Drtc_init.c36 DPORT_CLEAR_PERI_REG_MASK(DPORT_PRO_CACHE_CTRL1_REG, DPORT_PRO_CMMU_FORCE_ON); in rtc_init()
Dspiram_psram.c1095 …DPORT_CLEAR_PERI_REG_MASK(DPORT_PRO_CACHE_CTRL1_REG, DPORT_PRO_CACHE_MASK_DRAM1|DPORT_PRO_CACHE_MA… in psram_cache_init()
1097 …DPORT_SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL1_REG, DPORT_PRO_CMMU_SRAM_PAGE_MODE, 0, DPORT_PRO_CMM… in psram_cache_init()
/hal_espressif-3.6.0/components/spi_flash/
Dcache_utils.c307 ret |= DPORT_GET_PERI_REG_BITS2(DPORT_PRO_CACHE_CTRL1_REG, cache_mask, 0); in spi_flash_disable_cache()
343 DPORT_SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL1_REG, cache_mask, saved_state, 0); in spi_flash_restore_cache()
/hal_espressif-3.6.0/components/bootloader_support/src/esp32/
Dbootloader_esp32.c124 DPORT_REG_CLR_BIT(DPORT_PRO_CACHE_CTRL1_REG, DPORT_PRO_CACHE_MASK_DROM0); in bootloader_reset_mmu()
/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_utility.c795 DPORT_REG_CLR_BIT( DPORT_PRO_CACHE_CTRL1_REG,
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h278 #define DPORT_PRO_CACHE_CTRL1_REG (DR_REG_DPORT_BASE + 0x044) macro