Searched refs:tmpways (Results 1 – 1 of 1) sorted by relevance
1948 int32_t tmpways = ways; in SCB_EnableDCache() local1950 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_EnableDCache()1952 } while(tmpways--); in SCB_EnableDCache()1985 int32_t tmpways = ways; in SCB_DisableDCache() local1987 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_DisableDCache()1989 } while(tmpways--); in SCB_DisableDCache()2018 int32_t tmpways = ways; in SCB_InvalidateDCache() local2020 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_InvalidateDCache()2022 } while(tmpways--); in SCB_InvalidateDCache()2050 int32_t tmpways = ways; in SCB_CleanDCache() local[all …]