Home
last modified time | relevance | path

Searched refs:NUM_DSP_REGS (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/mips/kernel/
A Dptrace.c697 u32 dspregs[NUM_DSP_REGS + 1]; in dsp32_get()
705 for (i = 0; i < NUM_DSP_REGS; i++) in dsp32_get()
720 u32 dspregs[NUM_DSP_REGS + 1]; in dsp32_set()
741 case 0 ... NUM_DSP_REGS - 1: in dsp32_set()
744 case NUM_DSP_REGS: in dsp32_set()
763 u64 dspregs[NUM_DSP_REGS + 1]; in dsp64_get()
786 u64 dspregs[NUM_DSP_REGS + 1]; in dsp64_set()
807 case 0 ... NUM_DSP_REGS - 1: in dsp64_set()
810 case NUM_DSP_REGS: in dsp64_set()
938 .n = NUM_DSP_REGS + 1,
[all …]
/linux-6.3-rc2/arch/mips/include/asm/
A Dprocessor.h129 #define NUM_DSP_REGS 6 macro
134 dspreg_t dspr[NUM_DSP_REGS];

Completed in 8 milliseconds