Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dmipsregs.h432 #define R10K_CONF_SS (_ULCAST_(7) << 16) macro
/linux-4.1.27/arch/mips/mm/
Dc-r4k.c1460 scache_size = 0x80000 << ((config & R10K_CONF_SS) >> 16); in setup_scache()