Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/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 …]
/device/google/cuttlefish/host/cvd_test_configs/local_tests/
DREADME.md20 There are a few recommended ways to set up these folders, feel