Searched refs:DPORT_PRO_CACHE_ENABLE (Results 1 – 3 of 3) sorted by relevance
272 if (DPORT_REG_GET_BIT(DPORT_PRO_CACHE_CTRL_REG, DPORT_PRO_CACHE_ENABLE)==0) { in esp_spiram_writeback_cache()
364 bool result = (DPORT_REG_GET_BIT(DPORT_PRO_CACHE_CTRL_REG, DPORT_PRO_CACHE_ENABLE) != 0); in spi_flash_cache_enabled()
267 #define DPORT_PRO_CACHE_ENABLE (BIT(3)) macro