Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c2855 uint8_t setValue; in mscm_flash_prefetch_speculation_enable() local
2858 setValue = 0x0U; in mscm_flash_prefetch_speculation_enable()
2862 setValue = 0x3U; in mscm_flash_prefetch_speculation_enable()
2874 MSCM_SPECULATION_DISABLE_SHIFT, setValue); in mscm_flash_prefetch_speculation_enable()
2880 MSCM_SPECULATION_DISABLE_SHIFT, setValue); in mscm_flash_prefetch_speculation_enable()
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()