Home
last modified time | relevance | path

Searched refs:MIPS_CPU_CDMM (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/include/asm/
H A Dcpu.h393 #define MIPS_CPU_CDMM BIT_ULL(34) /* CPU has Common Device Memory Map */ macro
H A Dcpu-features.h547 # define cpu_has_cdmm __opt(MIPS_CPU_CDMM)
/linux/arch/mips/kernel/
H A Dcpu-probe.c548 c->options |= MIPS_CPU_CDMM; in decode_config3()