Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_cache.c225 MCM0_CACHE_REG |= MCM_PLACR_DFCS_MASK; in FTFx_CACHE_PflashSetPrefetchSpeculation()
230 MCM0_CACHE_REG &= ~MCM_PLACR_DFCS_MASK; in FTFx_CACHE_PflashSetPrefetchSpeculation()
233 MCM0_CACHE_REG |= MCM_PLACR_EFDS_MASK; in FTFx_CACHE_PflashSetPrefetchSpeculation()
237 MCM0_CACHE_REG &= ~MCM_PLACR_EFDS_MASK; in FTFx_CACHE_PflashSetPrefetchSpeculation()
304 uint32_t value = MCM0_CACHE_REG; in FTFx_CACHE_PflashGetPrefetchSpeculation()
393 #if defined(MCM0_CACHE_REG) in mcm_flash_cache_clear()
394 regBase = (FTFx_REG32_ACCESS_TYPE)&MCM0_CACHE_REG; in mcm_flash_cache_clear()
Dfsl_ftfx_adapter.h160 #define MCM0_CACHE_REG MCM0->PLACR macro
162 #define MCM0_CACHE_REG MCM->PLACR macro
172 #define MCM0_CACHE_REG (INVALID_REG_ADDRESS) macro
/hal_nxp-3.5.0/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()