Searched refs:DPORT_APP_CACHE_ENABLE_S (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/zephyr/esp_shared/src/host_flash/ |
D | cache_utils.c | 51 DPORT_SET_PERI_REG_BITS(DPORT_APP_CACHE_CTRL_REG, 1, 0, DPORT_APP_CACHE_ENABLE_S); in spi_flash_disable_cache() 79 DPORT_SET_PERI_REG_BITS(DPORT_APP_CACHE_CTRL_REG, 1, 1, DPORT_APP_CACHE_ENABLE_S); in spi_flash_restore_cache()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/ |
D | spiram.c | 279 DPORT_SET_PERI_REG_BITS(DPORT_APP_CACHE_CTRL_REG, 1, 1, DPORT_APP_CACHE_ENABLE_S); in esp_spiram_writeback_cache() 311 DPORT_SET_PERI_REG_BITS(DPORT_APP_CACHE_CTRL_REG, 1, 0, DPORT_APP_CACHE_ENABLE_S); in esp_spiram_writeback_cache()
|
/hal_espressif-3.6.0/components/spi_flash/ |
D | cache_utils.c | 319 DPORT_SET_PERI_REG_BITS(DPORT_APP_CACHE_CTRL_REG, 1, 0, DPORT_APP_CACHE_ENABLE_S); in spi_flash_disable_cache() 347 DPORT_SET_PERI_REG_BITS(DPORT_APP_CACHE_CTRL_REG, 1, 1, DPORT_APP_CACHE_ENABLE_S); in spi_flash_restore_cache()
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | dport_reg.h | 498 #define DPORT_APP_CACHE_ENABLE_S 3 macro
|