Lines Matching full:cache
33 LOG_DBG("I-cache Disable"); in stm32_icache_disable()
34 /* Clear BSYENDF flag first and then disable the instruction cache in stm32_icache_disable()
35 * that starts a cache invalidation procedure in stm32_icache_disable()
44 /* Wait for instruction cache to get disabled */ in stm32_icache_disable()
63 LOG_DBG("I-cache Enable"); in stm32_icache_enable()
77 /* Wait for end of cache invalidation */ in icache_wait_for_invalidate_complete()
88 LOG_DBG("I-cache Invalidation complete"); in icache_wait_for_invalidate_complete()
93 LOG_ERR("I-cache Invalidation timeout"); in icache_wait_for_invalidate_complete()
99 LOG_ERR("I-cache error"); in icache_wait_for_invalidate_complete()
208 * i-cache is disabled. A write to flash performed without in flash_stm32_block_erase_loop()
209 * disabling i-cache will set ERRF error flag in SR register. in flash_stm32_block_erase_loop()
225 /* Since i-cache was disabled, this would start the in flash_stm32_block_erase_loop()
230 /* I-cache should be enabled only after the in flash_stm32_block_erase_loop()
248 * i-cache is disabled. A write to flash performed without in flash_stm32_write_range()
249 * disabling i-cache will set ERRF error flag in SR register. in flash_stm32_write_range()
265 /* Since i-cache was disabled, this would start the in flash_stm32_write_range()
270 /* I-cache should be enabled only after the in flash_stm32_write_range()