Searched refs:NUM_DSP_REGS (Results 1 – 2 of 2) sorted by relevance
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()[all …]
129 #define NUM_DSP_REGS 6 macro134 dspreg_t dspr[NUM_DSP_REGS];