Lines Matching refs:NUM_DSP_REGS
704 u32 dspregs[NUM_DSP_REGS + 1]; in dsp32_get()
712 for (i = 0; i < NUM_DSP_REGS; i++) in dsp32_get()
714 dspregs[NUM_DSP_REGS] = target->thread.dsp.dspcontrol; in dsp32_get()
727 u32 dspregs[NUM_DSP_REGS + 1]; in dsp32_set()
738 if (start + num_regs > NUM_DSP_REGS + 1) in dsp32_set()
748 case 0 ... NUM_DSP_REGS - 1: in dsp32_set()
751 case NUM_DSP_REGS: in dsp32_set()
770 u64 dspregs[NUM_DSP_REGS + 1]; in dsp64_get()
778 for (i = 0; i < NUM_DSP_REGS; i++) in dsp64_get()
780 dspregs[NUM_DSP_REGS] = target->thread.dsp.dspcontrol; in dsp64_get()
793 u64 dspregs[NUM_DSP_REGS + 1]; in dsp64_set()
804 if (start + num_regs > NUM_DSP_REGS + 1) in dsp64_set()
814 case 0 ... NUM_DSP_REGS - 1: in dsp64_set()
817 case NUM_DSP_REGS: in dsp64_set()
833 return cpu_has_dsp ? NUM_DSP_REGS + 1 : -ENODEV; in dsp_active()
945 .n = NUM_DSP_REGS + 1,
1005 .n = NUM_DSP_REGS + 1,