Lines Matching refs:enable
224 static inline void SMSCM_EnableFlashCache(SMSCM_Type *base, bool enable) in SMSCM_EnableFlashCache() argument
226 if (enable) in SMSCM_EnableFlashCache()
241 static inline void SMSCM_EnableFlashInstructionCache(SMSCM_Type *base, bool enable) in SMSCM_EnableFlashInstructionCache() argument
243 if (enable) in SMSCM_EnableFlashInstructionCache()
258 static inline void SMSCM_EnableFlashDataCache(SMSCM_Type *base, bool enable) in SMSCM_EnableFlashDataCache() argument
260 if (enable) in SMSCM_EnableFlashDataCache()
295 static inline void SMSCM_EnableFlashSpeculate(SMSCM_Type *base, bool enable) in SMSCM_EnableFlashSpeculate() argument
297 if (enable) in SMSCM_EnableFlashSpeculate()
312 static inline void SMSCM_EnableDataPrefetch(SMSCM_Type *base, bool enable) in SMSCM_EnableDataPrefetch() argument
314 if (enable) in SMSCM_EnableDataPrefetch()
329 static inline void SMSCM_EnableFlashDataNonCorrectableBusError(SMSCM_Type *base, bool enable) in SMSCM_EnableFlashDataNonCorrectableBusError() argument
331 if (enable) in SMSCM_EnableFlashDataNonCorrectableBusError()
346 static inline void SMSCM_EnableFlashInstructionNonCorrectableBusError(SMSCM_Type *base, bool enable) in SMSCM_EnableFlashInstructionNonCorrectableBusError() argument
348 if (enable) in SMSCM_EnableFlashInstructionNonCorrectableBusError()