Home
last modified time | relevance | path

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

/arch/mips/mm/
Dc-r4k.c1172 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1187 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1201 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1222 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1265 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()
1282 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()
1298 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1316 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
/arch/mips/txx9/generic/
Dsetup.c153 unsigned int dc_size = 1 << (12 + ((conf & CONF_DC) >> 6)); in early_flush_dcache()
/arch/mips/include/asm/
Dmipsregs.h476 #define CONF_DC (_ULCAST_(7) << 6) macro