Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Dcore_cm7.h1937 uint32_t sets, ways; in SCB_EnableDCache() local
1942 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() local
1977 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() local
2012 ways = CCSIDR_WAYS(ccsidr); in SCB_InvalidateDCache()
[all …]