Searched refs:R10K_CONF_DC (Results 1 – 2 of 2) sorted by relevance
/arch/mips/include/asm/ | ||
D | mipsregs.h | 525 #define R10K_CONF_DC (_ULCAST_(7) << 26) macro |
/arch/mips/mm/ | ||
D | c-r4k.c | 877 dcache_size = 1 << (12 + ((config & R10K_CONF_DC) >> 26)); in probe_pcache() |