Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lmem/
Dfsl_lmem_cache.c545 uint32_t tempAddress = address; in LMEM_SystemCacheInvalidateMultiLines() local
546tempAddress = 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() local
618tempAddress = 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 …]