Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dcpu-probe.c410 switch ((config0 & MIPS_CONF_AR) >> 10) { in decode_config0()
425 switch ((config0 & MIPS_CONF_AR) >> 10) { in decode_config0()
/linux-4.1.27/arch/mips/include/asm/
Dmipsregs.h463 #define MIPS_CONF_AR (_ULCAST_(7) << 10) macro