Home
last modified time | relevance | path

Searched refs:MIPS_ASE_DSP (Results 1 – 4 of 4) sorted by relevance

/arch/mips/include/asm/
Dcpu.h277 #define MIPS_ASE_DSP 0x00000010 /* Signal Processing ASE */ macro
Dcpu-features.h151 #define cpu_has_dsp (cpu_data[0].ases & MIPS_ASE_DSP)
/arch/mips/kernel/
Dsetup.c587 cpu_data[0].ases &= ~MIPS_ASE_DSP; in dsp_disable()
Dcpu-probe.c684 c->ases |= MIPS_ASE_DSP; in decode_config3()