Home
last modified time | relevance | path

Searched refs:CPU_HAS_DSP (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/arch/sh/kernel/cpu/sh2a/
Dprobe.c34 boot_cpu_data.flags |= CPU_HAS_DSP; in cpu_probe()
37 boot_cpu_data.flags |= CPU_HAS_DSP; in cpu_probe()
/linux-2.6.39/arch/sh/kernel/cpu/
Dinit.c267 current_cpu_data.flags |= CPU_HAS_DSP; in dsp_init()
270 if (dsp_disabled && (current_cpu_data.flags & CPU_HAS_DSP)) { in dsp_init()
272 current_cpu_data.flags &= ~CPU_HAS_DSP; in dsp_init()
/linux-2.6.39/arch/sh/include/asm/
Dcpu-features.h18 #define CPU_HAS_DSP 0x0008 /* SH-DSP: DSP support */ macro
/linux-2.6.39/arch/sh/
DKconfig.cpu45 depends on CPU_HAS_DSP
103 config CPU_HAS_DSP config
DKconfig225 select CPU_HAS_DSP
339 select CPU_HAS_DSP
346 select CPU_HAS_DSP
353 select CPU_HAS_DSP
363 select CPU_HAS_DSP
/linux-2.6.39/arch/sh/kernel/cpu/sh4/
Dprobe.c63 boot_cpu_data.flags |= CPU_HAS_DSP; in cpu_probe()
/linux-2.6.39/arch/sh/kernel/
Dtraps_32.c640 if (!(current_cpu_data.flags & CPU_HAS_DSP) || (regs->sr & SR_DSP)) in is_dsp_inst()