Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sh/kernel/cpu/sh2a/
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-6.3-rc2/arch/sh/kernel/cpu/
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-6.3-rc2/arch/sh/include/uapi/asm/
A Dcpu-features.h19 #define CPU_HAS_DSP 0x0008 /* SH-DSP: DSP support */ macro
/linux-6.3-rc2/arch/sh/
A DKconfig.cpu41 depends on CPU_HAS_DSP
94 config CPU_HAS_DSP config
A DKconfig186 select CPU_HAS_DSP
313 select CPU_HAS_DSP
320 select CPU_HAS_DSP
327 select CPU_HAS_DSP
337 select CPU_HAS_DSP
/linux-6.3-rc2/arch/sh/kernel/cpu/sh4/
A Dprobe.c60 boot_cpu_data.flags |= CPU_HAS_DSP; in cpu_probe()
/linux-6.3-rc2/arch/sh/kernel/
A Dtraps_32.c579 if (!(current_cpu_data.flags & CPU_HAS_DSP) || (regs->sr & SR_DSP)) in is_dsp_inst()

Completed in 8 milliseconds