Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dmipsregs.h435 #define R10K_CONF_IC (_ULCAST_(7) << 29) macro
/linux-4.1.27/arch/mips/mm/
Dc-r4k.c1032 icache_size = 1 << (12 + ((config & R10K_CONF_IC) >> 29)); in probe_pcache()