Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx23885/
Dcx23885-reg.h53 #define RISC_IRQ1 0x01000000 macro
Dcx23885-vbi.c215 buf->risc.cpu[0] |= cpu_to_le32(RISC_IRQ1); in buffer_queue()
Dcx23885-alsa.c407 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP|RISC_IRQ1|RISC_CNT_INC); in snd_cx23885_hw_params()
Dcx23885-core.c1151 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx23885_risc_field()
1622 buf->risc.cpu[0] |= cpu_to_le32(RISC_IRQ1); in cx23885_buf_queue()
Dcx23885-video.c483 buf->risc.cpu[0] |= cpu_to_le32(RISC_IRQ1); in buffer_queue()
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-vbi.c185 buf->risc.cpu[0] |= cpu_to_le32(RISC_IRQ1); in buffer_queue()
Dcx88-reg.h573 #define RISC_IRQ1 0x01000000 macro
Dcx88-mpeg.c265 buf->risc.cpu[0] |= cpu_to_le32(RISC_IRQ1); in cx8802_buf_queue()
Dcx88-alsa.c499 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC); in snd_cx88_hw_params()
Dcx88-core.c104 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx88_risc_field()
Dcx88-video.c539 buf->risc.cpu[0] |= cpu_to_le32(RISC_IRQ1); in buffer_queue()
/Linux-v4.19/drivers/media/pci/cx25821/
Dcx25821-core.c458 cx_write(8 + 0, RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC); in cx25821_sram_channel_setup()
526 cx_write(8 + 0, RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC); in cx25821_sram_channel_setup_audio()
1135 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx25821_risc_field_audio()
Dcx25821-reg.h25 #define RISC_IRQ1 0x01000000 macro
Dcx25821-alsa.c551 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC); in snd_cx25821_hw_params()
Dcx25821-video.c266 buf->risc.cpu[0] |= cpu_to_le32(RISC_IRQ1); in cx25821_buffer_queue()