Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dcpu-probe.c426 switch ((config0 & MIPS_CONF_AR) >> 10) { in decode_config0()
441 switch ((config0 & MIPS_CONF_AR) >> 10) { in decode_config0()
/linux/arch/mips/include/asm/
H A Dmipsregs.h706 #define MIPS_CONF_AR (_ULCAST_(7) << 10) macro