Home
last modified time | relevance | path

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

/Linux-v6.1/arch/mips/mm/
Dc-r4k.c1123 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1137 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1151 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1172 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1205 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1223 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
/Linux-v6.1/arch/mips/txx9/generic/
Dsetup.c149 unsigned int dc_size = 1 << (12 + ((conf & CONF_DC) >> 6)); in early_flush_dcache()
/Linux-v6.1/arch/mips/include/asm/
Dmipsregs.h491 #define CONF_DC (_ULCAST_(7) << 6) macro