Home
last modified time | relevance | path

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

/arch/metag/mm/
Dcache.c31 static int icache_set_shift = METAG_TBI_CACHE_SIZE_BASE_LOG2 variable
137 icache_set_shift = (config & METAC_CORECFG2_ICSMALL_BIT) in metag_cache_probe()
139 icache_set_shift += (config & METAC_CORE_C2ICSZ_BITS) in metag_cache_probe()
141 icache_set_shift -= icache_sets_log2; in metag_cache_probe()
176 icache_set_shift = (METAG_TBI_CACHE_SIZE_BASE_LOG2 in metag_cache_probe()
355 set_shift = icache_set_shift; in metag_phys_code_cache_flush()