Home
last modified time | relevance | path

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

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