Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/cpu/sh2a/
H A Dprobe.c37 boot_cpu_data.flags |= CPU_HAS_DSP; in cpu_probe()
40 boot_cpu_data.flags |= CPU_HAS_DSP; in cpu_probe()
/linux/arch/sh/kernel/cpu/
H A Dinit.c264 current_cpu_data.flags |= CPU_HAS_DSP; in dsp_init()
267 if (dsp_disabled && (current_cpu_data.flags & CPU_HAS_DSP)) { in dsp_init()
269 current_cpu_data.flags &= ~CPU_HAS_DSP; in dsp_init()
/linux/arch/sh/include/uapi/asm/
H A Dcpu-features.h19 #define CPU_HAS_DSP 0x0008 /* SH-DSP: DSP support */ macro
/linux/arch/sh/
H A DKconfig.cpu41 depends on CPU_HAS_DSP
94 config CPU_HAS_DSP config
H A DKconfig192 select CPU_HAS_DSP
319 select CPU_HAS_DSP
326 select CPU_HAS_DSP
333 select CPU_HAS_DSP
343 select CPU_HAS_DSP
/linux/arch/sh/kernel/cpu/sh4/
H A Dprobe.c60 boot_cpu_data.flags |= CPU_HAS_DSP; in cpu_probe()
/linux/arch/sh/kernel/
H A Dtraps_32.c580 if (!(current_cpu_data.flags & CPU_HAS_DSP) || (regs->sr & SR_DSP)) in is_dsp_inst()