Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/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 …]