Searched refs:vims_mode (Results 1 – 1 of 1) sorted by relevance
45 static void flash_cc13xx_cc26xx_cache_restore(uint32_t vims_mode) in flash_cc13xx_cc26xx_cache_restore() argument52 if (vims_mode != VIMS_MODE_DISABLED) { in flash_cc13xx_cc26xx_cache_restore()53 VIMSModeSafeSet(VIMS_BASE, vims_mode, true); in flash_cc13xx_cc26xx_cache_restore()61 uint32_t vims_mode; in flash_cc13xx_cc26xx_cache_disable() local71 vims_mode = VIMSModeGet(VIMS_BASE); in flash_cc13xx_cc26xx_cache_disable()72 if (vims_mode != VIMS_MODE_DISABLED) { in flash_cc13xx_cc26xx_cache_disable()76 return vims_mode; in flash_cc13xx_cc26xx_cache_disable()109 uint32_t vims_mode; in flash_cc13xx_cc26xx_erase() local132 vims_mode = flash_cc13xx_cc26xx_cache_disable(); in flash_cc13xx_cc26xx_erase()158 flash_cc13xx_cc26xx_cache_restore(vims_mode); in flash_cc13xx_cc26xx_erase()[all …]