29#define FLASH_ACR_DCRST (1 << 12)
30#define FLASH_ACR_ICRST (1 << 11)
31#define FLASH_ACR_DCEN (1 << 10)
32#define FLASH_ACR_ICEN (1 << 9)
void flash_dcache_reset(void)
Reset the Data Cache.
void flash_icache_disable(void)
Disable the Instruction Cache.
void flash_icache_reset(void)
Reset the Instruction Cache.
void flash_icache_enable(void)
Enable the Instruction Cache.
void flash_dcache_disable(void)
Disable the data cache.
void flash_dcache_enable(void)
Enable the data cache.