Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cm7.h1948 int32_t tmpways = ways; in SCB_EnableDCache() local
1950 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_EnableDCache()
1952 } while(tmpways--); in SCB_EnableDCache()
1985 int32_t tmpways = ways; in SCB_DisableDCache() local
1987 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_DisableDCache()
1989 } while(tmpways--); in SCB_DisableDCache()
2018 int32_t tmpways = ways; in SCB_InvalidateDCache() local
2020 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_InvalidateDCache()
2022 } while(tmpways--); in SCB_InvalidateDCache()
2050 int32_t tmpways = ways; in SCB_CleanDCache() local
[all …]