Lines Matching full:risc
46 struct cx88_riscmem risc; member
119 /* Make sure RISC/FIFO are off before changing FIFO/RISC settings */ in _cx88_start_audio_dma()
123 cx88_sram_channel_setup(chip->core, audio_ch, buf->bpl, buf->risc.dma); in _cx88_start_audio_dma()
149 /* Enables Risc Processor */ in _cx88_start_audio_dma()
151 /* audio downstream FIFO and RISC enable */ in _cx88_start_audio_dma()
219 /* risc op code error */ in cx8801_aud_irq()
221 pr_warn("Audio risc op code error\n"); in cx8801_aud_irq()
352 struct cx88_riscmem *risc = &chip->buf->risc; in dsp_buffer_free() local
359 if (risc->cpu) in dsp_buffer_free()
360 dma_free_coherent(&chip->pci->dev, risc->size, risc->cpu, in dsp_buffer_free()
361 risc->dma); in dsp_buffer_free()
484 ret = cx88_risc_databuffer(chip->pci, &buf->risc, buf->sglist, in snd_cx88_hw_params()
490 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC); in snd_cx88_hw_params()
491 buf->risc.jmp[1] = cpu_to_le32(buf->risc.dma); in snd_cx88_hw_params()