Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dcpu-probe.c429 switch ((config0 & MIPS_CONF_AR) >> 10) { in decode_config0()
444 switch ((config0 & MIPS_CONF_AR) >> 10) { in decode_config0()
/linux-4.4.14/arch/mips/include/asm/
Dmipsregs.h492 #define MIPS_CONF_AR (_ULCAST_(7) << 10) macro