Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/src/esp32/
Dbootloader_esp32.c59 DPORT_REG_SET_BIT(DPORT_APP_CACHE_CTRL1_REG, DPORT_APP_CACHE_MMU_IA_CLR); in bootloader_reset_mmu()
61 DPORT_REG_CLR_BIT(DPORT_APP_CACHE_CTRL1_REG, DPORT_APP_CACHE_MMU_IA_CLR); in bootloader_reset_mmu()
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c284 DPORT_REG_SET_BIT(DPORT_APP_CACHE_CTRL1_REG, DPORT_APP_CACHE_MMU_IA_CLR); in do_multicore_settings()
286 DPORT_REG_CLR_BIT(DPORT_APP_CACHE_CTRL1_REG, DPORT_APP_CACHE_MMU_IA_CLR); in do_multicore_settings()
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h498 #define DPORT_APP_CACHE_MMU_IA_CLR (BIT(13)) macro