Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/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 …]
/loramac-node-3.4.0/src/boards/mcu/stm32/cmsis/
Dcore_cm7.h2128 uint32_t ways; in SCB_EnableDCache() local
2138 ways = (uint32_t)(CCSIDR_WAYS(ccsidr)); in SCB_EnableDCache()
2141 ((ways << SCB_DCISW_WAY_Pos) & SCB_DCISW_WAY_Msk) ); in SCB_EnableDCache()
2145 } while (ways--); in SCB_EnableDCache()
2166 uint32_t ways; in SCB_DisableDCache() local
2178 ways = (uint32_t)(CCSIDR_WAYS(ccsidr)); in SCB_DisableDCache()
2181 ((ways << SCB_DCCISW_WAY_Pos) & SCB_DCCISW_WAY_Msk) ); in SCB_DisableDCache()
2185 } while (ways--); in SCB_DisableDCache()
2203 uint32_t ways; in SCB_InvalidateDCache() local
2213 ways = (uint32_t)(CCSIDR_WAYS(ccsidr)); in SCB_InvalidateDCache()
[all …]