Searched refs:RISC_JUMP (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/media/pci/tw68/
H A Dtw68-risc.c42 *(rp++) = cpu_to_le32(RISC_JUMP);
191 [RISC_OP(RISC_JUMP)] = {"jump", 0, 0, 1},
H A Dtw68-reg.h163 #define RISC_JUMP 0xB0000000 macro
H A Dtw68-video.c416 buf->jmp[0] = cpu_to_le32(RISC_JUMP);
/linux-master/drivers/media/pci/mantis/
H A Dmantis_dma.c30 #define RISC_JUMP (0x07 << 28) macro
165 RISC_INSTR(risc_pos, RISC_JUMP);
/linux-master/drivers/media/pci/bt8xx/
H A Dbt878.c108 #define RISC_JUMP (0x07 << 28) macro
175 RISC_INSTR(RISC_JUMP);
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c193 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC);
H A Dcx23885-reg.h49 #define RISC_JUMP 0x70000000 macro
H A Dcx23885-core.c392 [RISC_JUMP >> 28] = "jump",
400 [RISC_JUMP >> 28] = 3,
481 cx_write(8 + 0, RISC_JUMP | RISC_CNT_RESET);
602 if (risc->cpu[i] == cpu_to_le32(RISC_JUMP))
1141 *(rp++) = cpu_to_le32(RISC_JUMP);
1624 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC);
H A Dcx23885-alsa.c399 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP|RISC_IRQ1|RISC_CNT_INC);
H A Dcx23885-video.c467 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC);
/linux-master/drivers/media/pci/cx88/
H A Dcx88-vbi.c176 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC);
H A Dcx88-core.c79 (*rp++) = cpu_to_le32(RISC_JUMP);
391 [RISC_JUMP >> 28] = "jump",
399 [RISC_JUMP >> 28] = 2,
H A Dcx88-reg.h553 #define RISC_JUMP 0x70000000 macro
H A Dcx88-mpeg.c249 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC);
H A Dcx88-alsa.c490 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC);
H A Dcx88-video.c511 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC);
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-core.c307 [RISC_JUMP >> 28] = "jump",
315 [RISC_JUMP >> 28] = 3,
441 cx_write(8 + 0, RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC);
509 cx_write(8 + 0, RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC);
997 *(rp++) = cpu_to_le32(RISC_JUMP);
H A Dcx25821-alsa.c542 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_IRQ1 | RISC_CNT_INC);
H A Dcx25821-reg.h21 #define RISC_JUMP 0x70000000 macro
H A Dcx25821-video.c246 buf->risc.jmp[0] = cpu_to_le32(RISC_JUMP | RISC_CNT_INC);
/linux-master/sound/pci/
H A Dbt87x.c102 #define RISC_JUMP (0x7 << 28) /* jump to address */ macro
255 *risc++ = cpu_to_le32(RISC_JUMP);

Completed in 245 milliseconds