Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c435 #define MSCM_SPECULATION_DISABLE(x) MSCM_OCMDR_OCM1(x) macro
439 #define MSCM_SPECULATION_DISABLE(x) MSCM_OCMDR0_OCM1(x) macro
443 #define MSCM_SPECULATION_DISABLE(x) MSCM_OCMDR_OCMC1(x) macro
2888 …R1_REG = (MSCM_OCMDR1_REG & (~MSCM_SPECULATION_DISABLE_MASK)) | MSCM_SPECULATION_DISABLE(setValue); in mscm_flash_prefetch_speculation_enable()
2896 …R0_REG = (MSCM_OCMDR0_REG & (~MSCM_SPECULATION_DISABLE_MASK)) | MSCM_SPECULATION_DISABLE(setValue); in mscm_flash_prefetch_speculation_enable()