Searched refs:ftfx_cache_config_t (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flash/ |
| D | fsl_ftfx_cache.c | 79 void mcm_flash_cache_clear(ftfx_cache_config_t *config); 84 void mscm_flash_cache_clear(ftfx_cache_config_t *config); 89 void fmc_flash_cache_clear(ftfx_cache_config_t *config); 94 void mscm_flash_prefetch_speculation_enable(ftfx_cache_config_t *config, bool enable); 99 void fmc_flash_prefetch_speculation_clear(ftfx_cache_config_t *config); 107 …ftfx_cache_config_t *config, FTFx_REG32_ACCESS_TYPE base, uint32_t bitMask, uint32_t bitShift, uin… 154 status_t FTFx_CACHE_Init(ftfx_cache_config_t *config) in FTFx_CACHE_Init() 183 status_t FTFx_CACHE_ClearCachePrefetchSpeculation(ftfx_cache_config_t *config, bool isPreProcess) in FTFx_CACHE_ClearCachePrefetchSpeculation() 378 …ftfx_cache_config_t *config, FTFx_REG32_ACCESS_TYPE base, uint32_t bitMask, uint32_t bitShift, uin… in ftfx_common_bit_operation_command_sequence() 395 void mcm_flash_cache_clear(ftfx_cache_config_t *config) in mcm_flash_cache_clear() [all …]
|
| D | fsl_ftfx_cache.h | 56 } ftfx_cache_config_t; typedef 77 status_t FTFx_CACHE_Init(ftfx_cache_config_t *config); 88 status_t FTFx_CACHE_ClearCachePrefetchSpeculation(ftfx_cache_config_t *config, bool isPreProcess);
|