Searched refs:tempAddress (Results 1 – 1 of 1) sorted by relevance
545 uint32_t tempAddress = address; in LMEM_SystemCacheInvalidateMultiLines() local546 …tempAddress = tempAddress & ~(LMEM_CACHE_LINE_SIZE - 1U); /* Align address to cache line … in LMEM_SystemCacheInvalidateMultiLines()555 while (tempAddress < endAddr) in LMEM_SystemCacheInvalidateMultiLines()557 LMEM_SystemCacheInvalidateLine(base, tempAddress); in LMEM_SystemCacheInvalidateMultiLines()558 tempAddress = tempAddress + LMEM_CACHE_LINE_SIZE; in LMEM_SystemCacheInvalidateMultiLines()617 uint32_t tempAddress = address; in LMEM_SystemCachePushMultiLines() local618 …tempAddress = tempAddress & ~(LMEM_CACHE_LINE_SIZE - 1U); /* Align address to cache line … in LMEM_SystemCachePushMultiLines()627 while (tempAddress < endAddr) in LMEM_SystemCachePushMultiLines()629 LMEM_SystemCachePushLine(base, tempAddress); in LMEM_SystemCachePushMultiLines()630 tempAddress = tempAddress + LMEM_CACHE_LINE_SIZE; in LMEM_SystemCachePushMultiLines()[all …]