Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dcpu.h380 #define MIPS_CPU_CDMM 0x4000000000ull /* CPU has Common Device Memory Map */ macro
Dcpu-features.h414 # define cpu_has_cdmm (cpu_data[0].options & MIPS_CPU_CDMM)
/arch/mips/kernel/
Dcpu-probe.c532 c->options |= MIPS_CPU_CDMM; in decode_config3()