Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_cache.c186 uintptr_t ccsidr_numsets_total; in R_BSP_CacheCleanAll() local
249ccsidr_numsets_total = ccsidr_numsets << ccsidr_linesize; /* Left shift set */ in R_BSP_CacheCleanAll()
250 … dccsw = ccsidr_associativity_msb | ccsidr_numsets_total; /* Combine set and way */ in R_BSP_CacheCleanAll()
313 uintptr_t ccsidr_numsets_total; in R_BSP_CacheInvalidateAll() local
376ccsidr_numsets_total = ccsidr_numsets << ccsidr_linesize; /* Left shift set */ in R_BSP_CacheInvalidateAll()
377 … dcisw = ccsidr_associativity_msb | ccsidr_numsets_total; /* Combine set and way */ in R_BSP_CacheInvalidateAll()
443 uintptr_t ccsidr_numsets_total; in R_BSP_CacheCleanInvalidateAll() local
506ccsidr_numsets_total = ccsidr_numsets << ccsidr_linesize; /* Left shift set */ in R_BSP_CacheCleanInvalidateAll()
507 … dccisw = ccsidr_associativity_msb | ccsidr_numsets_total; /* Combine set and way */ in R_BSP_CacheCleanInvalidateAll()