Searched refs:DPORT_PRO_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 | 43 DPORT_SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL_REG, 1, 0, DPORT_PRO_CACHE_ENABLE_S); in spi_flash_disable_cache() 74 DPORT_SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL_REG, 1, 1, DPORT_PRO_CACHE_ENABLE_S); in spi_flash_restore_cache()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/ |
D | spiram.c | 274 DPORT_SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL_REG, 1, 1, DPORT_PRO_CACHE_ENABLE_S); in esp_spiram_writeback_cache() 306 DPORT_SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL_REG, 1, 0, DPORT_PRO_CACHE_ENABLE_S); in esp_spiram_writeback_cache()
|
/hal_espressif-3.6.0/components/spi_flash/ |
D | cache_utils.c | 311 DPORT_SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL_REG, 1, 0, DPORT_PRO_CACHE_ENABLE_S); in spi_flash_disable_cache() 342 DPORT_SET_PERI_REG_BITS(DPORT_PRO_CACHE_CTRL_REG, 1, 1, DPORT_PRO_CACHE_ENABLE_S); in spi_flash_restore_cache()
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | dport_reg.h | 270 #define DPORT_PRO_CACHE_ENABLE_S 3 macro
|