Lines Matching full:risc
33 * @rp: pointer to current risc program position
129 * @top_offset: offset within the risc program area for the
131 * @bottom_offset: offset within the risc program area for the
155 * estimate risc mem: worst case is one write per page border + in tw68_risc_buffer()
167 /* write risc instructions */ in tw68_risc_buffer()
179 /* assure risc buffer hasn't overflowed */ in tw68_risc_buffer()
188 static void tw68_risc_decode(u32 risc, u32 addr)
205 p = RISC_OP(risc);
206 if (!(risc & 0x80000000) || !instr[p].name) {
207 pr_debug("0x%08x [ INVALID ]\n", risc);
211 risc, instr[p].name, (risc >> 27) & 1);
213 pr_debug(" Type=%d", (risc >> 24) & 7);
216 (risc >> 12) & 0xfff, risc & 0xfff);
226 pr_debug("%s: risc_program_dump: risc=%p, buf->cpu=0x%p, buf->jmp=0x%p\n",