Searched refs:FMC_CACHE_REG (Results 1 – 2 of 2) sorted by relevance
245 FMC_CACHE_REG |= FMC_CACHE_B0IPE_MASK; in FTFx_CACHE_PflashSetPrefetchSpeculation()249 FMC_CACHE_REG &= ~FMC_CACHE_B0IPE_MASK; in FTFx_CACHE_PflashSetPrefetchSpeculation()253 FMC_CACHE_REG |= FMC_CACHE_B0DPE_MASK; in FTFx_CACHE_PflashSetPrefetchSpeculation()257 FMC_CACHE_REG &= ~FMC_CACHE_B0DPE_MASK; in FTFx_CACHE_PflashSetPrefetchSpeculation()323 uint32_t value = FMC_CACHE_REG; in FTFx_CACHE_PflashGetPrefetchSpeculation()466 …ftfx_common_bit_operation_command_sequence(config, (FTFx_REG32_ACCESS_TYPE)&FMC_CACHE_REG, FMC_CAC… in fmc_flash_cache_clear()469 FMC_CACHE_REG = (FMC_CACHE_REG & (~FMC_CACHE_CLEAR_MASK)) | FMC_CACHE_CLEAR(~0); in fmc_flash_cache_clear()
219 #define FMC_CACHE_REG FMC->PFB01CR macro223 #define FMC_CACHE_REG FMC->PFB0CR macro227 #define FMC_CACHE_REG (INVALID_REG_ADDRESS) macro