Searched refs:ways (Results 1 – 1 of 1) sorted by relevance
1937 uint32_t sets, ways; in SCB_EnableDCache() local1942 ways = CCSIDR_WAYS(ccsidr); in SCB_EnableDCache()1943 wshift = __CLZ(ways) & 0x1f; in SCB_EnableDCache()1948 int32_t tmpways = ways; in SCB_EnableDCache()1972 uint32_t sets, ways; in SCB_DisableDCache() local1977 ways = CCSIDR_WAYS(ccsidr); in SCB_DisableDCache()1978 wshift = __CLZ(ways) & 0x1f; in SCB_DisableDCache()1985 int32_t tmpways = ways; in SCB_DisableDCache()2007 uint32_t sets, ways; in SCB_InvalidateDCache() local2012 ways = CCSIDR_WAYS(ccsidr); in SCB_InvalidateDCache()[all …]