Lines Matching full:risc
53 struct cx25821_riscmem risc; member
226 /* Make sure RISC/FIFO are off before changing FIFO/RISC settings */ in _cx25821_start_audio_dma()
232 buf->risc.dma); in _cx25821_start_audio_dma()
264 /* Turn on audio downstream fifo and risc enable 0x101 */ in _cx25821_start_audio_dma()
326 /* risc op code error */ in cx25821_aud_irq()
328 pr_warn("WARNING %s/1: Audio risc op code error\n", dev->name); in cx25821_aud_irq()
399 struct cx25821_riscmem *risc = &chip->buf->risc; in dsp_buffer_free() local
406 pci_free_consistent(chip->pci, risc->size, risc->cpu, risc->dma); in dsp_buffer_free()
535 ret = cx25821_risc_databuffer_audio(chip->pci, &buf->risc, buf->sglist, in snd_cx25821_hw_params()
543 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC); in snd_cx25821_hw_params()
544 buf->risc.jmp[1] = cpu_to_le32(buf->risc.dma); in snd_cx25821_hw_params()
545 buf->risc.jmp[2] = cpu_to_le32(0); /* bits 63-32 */ in snd_cx25821_hw_params()