Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dcpu.h368 #define MIPS_CPU_PCI 0x00400000ull /* CPU has Perf Ctr Int indicator */ macro
Dcpu-features.h396 #define cpu_has_perf_cntr_intr_bit (cpu_data[0].options & MIPS_CPU_PCI)
/arch/mips/kernel/
Dcpu-probe.c1502 c->options |= MIPS_CPU_PCI; in cpu_probe()