Home
last modified time | relevance | path

Searched refs:speculationStatus (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_cache.c213 …us_t FTFx_CACHE_PflashSetPrefetchSpeculation(ftfx_prefetch_speculation_status_t *speculationStatus) in FTFx_CACHE_PflashSetPrefetchSpeculation() argument
217 if (true == speculationStatus->instructionOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
219 if (false == speculationStatus->dataOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
231 if (false == speculationStatus->dataOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
243 if (false == speculationStatus->instructionOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
251 if (false == speculationStatus->dataOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
265 if (true == speculationStatus->instructionOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
267 if (false == speculationStatus->dataOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
279 if (false == speculationStatus->dataOff) in FTFx_CACHE_PflashSetPrefetchSpeculation()
294 …us_t FTFx_CACHE_PflashGetPrefetchSpeculation(ftfx_prefetch_speculation_status_t *speculationStatus) in FTFx_CACHE_PflashGetPrefetchSpeculation() argument
[all …]
Dfsl_ftfx_cache.h97 …s_t FTFx_CACHE_PflashSetPrefetchSpeculation(ftfx_prefetch_speculation_status_t *speculationStatus);
105 …s_t FTFx_CACHE_PflashGetPrefetchSpeculation(ftfx_prefetch_speculation_status_t *speculationStatus);
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c1835 status_t FLASH_PflashSetPrefetchSpeculation(flash_prefetch_speculation_status_t *speculationStatus) in FLASH_PflashSetPrefetchSpeculation() argument
1845 if (speculationStatus->instructionOption == kFLASH_prefetchSpeculationOptionDisable) in FLASH_PflashSetPrefetchSpeculation()
1847 if (speculationStatus->dataOption == kFLASH_prefetchSpeculationOptionEnable) in FLASH_PflashSetPrefetchSpeculation()
1859 if (speculationStatus->dataOption == kFLASH_prefetchSpeculationOptionEnable) in FLASH_PflashSetPrefetchSpeculation()
1882 if (speculationStatus->instructionOption == kFLASH_prefetchSpeculationOptionEnable) in FLASH_PflashSetPrefetchSpeculation()
1890 if (speculationStatus->dataOption == kFLASH_prefetchSpeculationOptionEnable) in FLASH_PflashSetPrefetchSpeculation()
1921 status_t FLASH_PflashGetPrefetchSpeculation(flash_prefetch_speculation_status_t *speculationStatus) in FLASH_PflashGetPrefetchSpeculation() argument
1923 (void)memset(speculationStatus, 0, sizeof(flash_prefetch_speculation_status_t)); in FLASH_PflashGetPrefetchSpeculation()
1926 speculationStatus->instructionOption = kFLASH_prefetchSpeculationOptionEnable; in FLASH_PflashGetPrefetchSpeculation()
1927 speculationStatus->dataOption = kFLASH_prefetchSpeculationOptionEnable; in FLASH_PflashGetPrefetchSpeculation()
[all …]
Dfsl_flash.h908 status_t FLASH_PflashSetPrefetchSpeculation(flash_prefetch_speculation_status_t *speculationStatus);
916 status_t FLASH_PflashGetPrefetchSpeculation(flash_prefetch_speculation_status_t *speculationStatus);