Home
last modified time | relevance | path

Searched refs:MCM0_CACHE_REG (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_cache.c228 MCM0_CACHE_REG |= MCM_PLACR_DFCS_MASK; in FTFx_CACHE_PflashSetPrefetchSpeculation()
233 MCM0_CACHE_REG &= ~MCM_PLACR_DFCS_MASK; in FTFx_CACHE_PflashSetPrefetchSpeculation()
236 MCM0_CACHE_REG |= MCM_PLACR_EFDS_MASK; in FTFx_CACHE_PflashSetPrefetchSpeculation()
240 MCM0_CACHE_REG &= ~MCM_PLACR_EFDS_MASK; in FTFx_CACHE_PflashSetPrefetchSpeculation()
307 uint32_t value = MCM0_CACHE_REG; in FTFx_CACHE_PflashGetPrefetchSpeculation()
399 #if defined(MCM0_CACHE_REG) in mcm_flash_cache_clear()
400 regBase = (FTFx_REG32_ACCESS_TYPE)&MCM0_CACHE_REG; in mcm_flash_cache_clear()
Dfsl_ftfx_adapter.h165 #define MCM0_CACHE_REG MCM0->PLACR macro
167 #define MCM0_CACHE_REG MCM->PLACR macro
169 #define MCM0_CACHE_REG (INVALID_REG_ADDRESS) macro
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c213 #define MCM0_CACHE_REG MCM->PLACR macro
215 #define MCM0_CACHE_REG MCM0->PLACR macro
224 #define MCM0_CACHE_REG MCM->CPCR2 macro
226 #define MCM0_CACHE_REG MCM0->CPCR2 macro
2139 FTMRx_REG32_ACCESS_TYPE regBase = (FTMRx_REG32_ACCESS_TYPE)&MCM0_CACHE_REG; in mcm_flash_cache_clear()