Home
last modified time | relevance | path

Searched refs:RISC_IRQ1 (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/pci/cx23885/
H A Dcx23885-reg.h43 #define RISC_IRQ1 0x01000000 macro
H A Dcx23885-alsa.c399 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP|RISC_IRQ1|RISC_CNT_INC); in snd_cx23885_hw_params()
H A Dcx23885-core.c1159 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx23885_risc_field()
1634 buf->risc.cpu[0] |= cpu_to_le32(RISC_IRQ1); in cx23885_buf_queue()
/linux/drivers/media/pci/cx25821/
H A Dcx25821-core.c441 cx_write(8 + 0, RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC); in cx25821_sram_channel_setup()
509 cx_write(8 + 0, RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC); in cx25821_sram_channel_setup_audio()
1120 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx25821_risc_field_audio()
H A Dcx25821-reg.h15 #define RISC_IRQ1 0x01000000 macro
H A Dcx25821-alsa.c542 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC); in snd_cx25821_hw_params()
/linux/drivers/media/pci/cx88/
H A Dcx88-reg.h564 #define RISC_IRQ1 0x01000000 macro
H A Dcx88-mpeg.c259 buf->risc.cpu[0] |= cpu_to_le32(RISC_IRQ1); in cx8802_buf_queue()
H A Dcx88-alsa.c490 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC); in snd_cx88_hw_params()
H A Dcx88-core.c95 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx88_risc_field()