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