Searched refs:DPORT_APP_CACHE_ENABLE (Results 1 – 3 of 3) sorted by relevance
277 if (DPORT_REG_GET_BIT(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_CACHE_ENABLE)==0) { in esp_spiram_writeback_cache()
366 result = result && (DPORT_REG_GET_BIT(DPORT_APP_CACHE_CTRL_REG, DPORT_APP_CACHE_ENABLE) != 0); in spi_flash_cache_enabled()
495 #define DPORT_APP_CACHE_ENABLE (BIT(3)) macro