Home
last modified time | relevance | path

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

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