Searched refs:RISC_JUMP (Results 1 – 21 of 21) sorted by relevance
/Linux-v5.10/drivers/media/pci/tw68/ |
D | tw68-risc.c | 42 *(rp++) = cpu_to_le32(RISC_JUMP); in tw68_risc_field() 190 [RISC_OP(RISC_JUMP)] = {"jump", 0, 0, 1},
|
D | tw68-reg.h | 163 #define RISC_JUMP 0xB0000000 macro
|
D | tw68-video.c | 415 buf->jmp[0] = cpu_to_le32(RISC_JUMP); in tw68_buf_queue()
|
/Linux-v5.10/drivers/media/pci/mantis/ |
D | mantis_dma.c | 30 #define RISC_JUMP (0x07 << 28) macro 165 RISC_INSTR(risc_pos, RISC_JUMP); in mantis_risc_program()
|
/Linux-v5.10/drivers/media/pci/cx25821/ |
D | cx25821-core.c | 307 [RISC_JUMP >> 28] = "jump", in cx25821_risc_decode() 315 [RISC_JUMP >> 28] = 3, in cx25821_risc_decode() 448 cx_write(8 + 0, RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC); in cx25821_sram_channel_setup() 516 cx_write(8 + 0, RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC); in cx25821_sram_channel_setup_audio() 1002 *(rp++) = cpu_to_le32(RISC_JUMP); in cx25821_risc_field()
|
D | cx25821-reg.h | 21 #define RISC_JUMP 0x70000000 macro
|
D | cx25821-alsa.c | 543 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC); in snd_cx25821_hw_params()
|
D | cx25821-video.c | 246 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC); in cx25821_buffer_queue()
|
/Linux-v5.10/drivers/media/pci/bt8xx/ |
D | bt878.c | 108 #define RISC_JUMP (0x07 << 28) macro 175 RISC_INSTR(RISC_JUMP); in bt878_risc_program()
|
/Linux-v5.10/drivers/media/pci/cx23885/ |
D | cx23885-reg.h | 49 #define RISC_JUMP 0x70000000 macro
|
D | cx23885-core.c | 392 [RISC_JUMP >> 28] = "jump", in cx23885_risc_decode() 400 [RISC_JUMP >> 28] = 3, in cx23885_risc_decode() 481 cx_write(8 + 0, RISC_JUMP | RISC_CNT_RESET); in cx23885_sram_channel_setup() 602 if (risc->cpu[i] == cpu_to_le32(RISC_JUMP)) in cx23885_risc_disasm() 1141 *(rp++) = cpu_to_le32(RISC_JUMP); in cx23885_risc_field() 1620 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC); in cx23885_buf_queue()
|
D | cx23885-vbi.c | 193 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC); in buffer_queue()
|
D | cx23885-alsa.c | 399 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP|RISC_IRQ1|RISC_CNT_INC); in snd_cx23885_hw_params()
|
D | cx23885-video.c | 466 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC); in buffer_queue()
|
/Linux-v5.10/drivers/media/pci/cx88/ |
D | cx88-core.c | 79 (*rp++) = cpu_to_le32(RISC_JUMP); in cx88_risc_field() 389 [RISC_JUMP >> 28] = "jump", in cx88_risc_decode() 397 [RISC_JUMP >> 28] = 2, in cx88_risc_decode()
|
D | cx88-vbi.c | 176 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC); in buffer_queue()
|
D | cx88-reg.h | 553 #define RISC_JUMP 0x70000000 macro
|
D | cx88-mpeg.c | 246 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC); in cx8802_buf_queue()
|
D | cx88-alsa.c | 491 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC); in snd_cx88_hw_params()
|
D | cx88-video.c | 509 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC); in buffer_queue()
|
/Linux-v5.10/sound/pci/ |
D | bt87x.c | 104 #define RISC_JUMP (0x7 << 28) /* jump to address */ macro 257 *risc++ = cpu_to_le32(RISC_JUMP); in snd_bt87x_create_risc()
|