Searched refs:wshift (Results 1 – 1 of 1) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/saml21/cmsis/ |
D | core_cm7.h | 1936 uint32_t ccsidr, sshift, wshift, sw; in SCB_EnableDCache() local 1943 wshift = __CLZ(ways) & 0x1f; in SCB_EnableDCache() 1950 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_EnableDCache() 1971 uint32_t ccsidr, sshift, wshift, sw; in SCB_DisableDCache() local 1978 wshift = __CLZ(ways) & 0x1f; in SCB_DisableDCache() 1987 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_DisableDCache() 2006 uint32_t ccsidr, sshift, wshift, sw; in SCB_InvalidateDCache() local 2013 wshift = __CLZ(ways) & 0x1f; in SCB_InvalidateDCache() 2020 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_InvalidateDCache() 2038 uint32_t ccsidr, sshift, wshift, sw; in SCB_CleanDCache() local [all …]
|