Searched refs:NUM_DSP_REGS (Results 1 – 2 of 2) sorted by relevance
697 u32 dspregs[NUM_DSP_REGS + 1]; in dsp32_get()705 for (i = 0; i < NUM_DSP_REGS; i++) in dsp32_get()707 dspregs[NUM_DSP_REGS] = target->thread.dsp.dspcontrol; in dsp32_get()720 u32 dspregs[NUM_DSP_REGS + 1]; in dsp32_set()731 if (start + num_regs > 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()771 for (i = 0; i < NUM_DSP_REGS; i++) in dsp64_get()773 dspregs[NUM_DSP_REGS] = target->thread.dsp.dspcontrol; in dsp64_get()[all …]
129 #define NUM_DSP_REGS 6 macro134 dspreg_t dspr[NUM_DSP_REGS];