Lines Matching full:risc
50 #define REG_RISC_STRT_ADD 0x114 /* RISC program start address */
51 #define REG_RISC_COUNT 0x120 /* RISC program counter */
55 #define INT_RISCI (1 << 11) /* RISC instruction IRQ bit set */
60 #define INT_RIPERR (1 << 16) /* RISC instruction parity error */
65 #define INT_RISCS_SHIFT 28 /* RISC status bits */
98 /* RISC instruction opcodes */
105 /* RISC instruction bits */
215 __le32 *risc;
222 risc = (__le32 *)chip->dma_risc.area;
224 *risc++ = cpu_to_le32(RISC_SYNC | RISC_SYNC_FM1);
225 *risc++ = cpu_to_le32(0);
246 *risc++ = cpu_to_le32(cmd);
248 *risc++ = cpu_to_le32(addr);
253 *risc++ = cpu_to_le32(RISC_SYNC | RISC_SYNC_VRO);
254 *risc++ = cpu_to_le32(0);
255 *risc++ = cpu_to_le32(RISC_JUMP);
256 *risc++ = cpu_to_le32(chip->dma_risc.addr);
315 "internal RISC error, status %#08x\n", status);