Lines Matching refs:setValue
424 uint8_t setValue = 0x1U; in mscm_flash_cache_clear() local
435 … MSCM_CACHE_CLEAR_MASK, MSCM_CACHE_CLEAR_SHIFT, setValue); in mscm_flash_cache_clear()
441 … MSCM_CACHE_CLEAR_MASK, MSCM_CACHE_CLEAR_SHIFT, setValue); in mscm_flash_cache_clear()
448 … MSCM_OCMDR1_REG = (MSCM_OCMDR1_REG & (~MSCM_CACHE_CLEAR_MASK)) | MSCM_CACHE_CLEAR(setValue); in mscm_flash_cache_clear()
455 … MSCM_OCMDR0_REG = (MSCM_OCMDR0_REG & (~MSCM_CACHE_CLEAR_MASK)) | MSCM_CACHE_CLEAR(setValue); in mscm_flash_cache_clear()
488 uint8_t setValue; in mscm_flash_prefetch_speculation_enable() local
491 setValue = 0x0U; in mscm_flash_prefetch_speculation_enable()
495 setValue = 0x3U; in mscm_flash_prefetch_speculation_enable()
508 … MSCM_SPECULATION_SET_MASK, MSCM_SPECULATION_SET_SHIFT, setValue); in mscm_flash_prefetch_speculation_enable()
514 … MSCM_SPECULATION_SET_MASK, MSCM_SPECULATION_SET_SHIFT, setValue); in mscm_flash_prefetch_speculation_enable()
521 …SCM_OCMDR1_REG = (MSCM_OCMDR1_REG & (~MSCM_SPECULATION_SET_MASK)) | MSCM_SPECULATION_SET(setValue); in mscm_flash_prefetch_speculation_enable()
528 …SCM_OCMDR0_REG = (MSCM_OCMDR0_REG & (~MSCM_SPECULATION_SET_MASK)) | MSCM_SPECULATION_SET(setValue); in mscm_flash_prefetch_speculation_enable()