Home
last modified time | relevance | path

Searched refs:kFLASH_prefetchSpeculationOptionDisable (Results 1 – 2 of 2) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c2497 if (speculationStatus->instructionOption == kFLASH_prefetchSpeculationOptionDisable) in FLASH_PflashSetPrefetchSpeculation()
2570 if (speculationStatus->instructionOption == kFLASH_prefetchSpeculationOptionDisable) in FLASH_PflashSetPrefetchSpeculation()
2618 speculationStatus->instructionOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
2619 speculationStatus->dataOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
2627 speculationStatus->dataOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
2647 speculationStatus->dataOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
2652 speculationStatus->instructionOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
2666 speculationStatus->instructionOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
2667 speculationStatus->dataOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
2675 speculationStatus->dataOption = kFLASH_prefetchSpeculationOptionDisable; in FLASH_PflashGetPrefetchSpeculation()
Dfsl_flash.h482 kFLASH_prefetchSpeculationOptionDisable = 0x01U enumerator