Home | History | Annotate | Download | only in nvc0

Lines Matching refs:comm

26 static void dump_comm_bsp(struct comm *comm)
28 unsigned idx = comm->bsp_cur_index & 0xf;
29 debug_printf("Cur seq: %x, bsp byte ofs: %x\n", comm->bsp_cur_index, comm->byte_ofs);
30 debug_printf("Status: %08x, pos: %08x\n", comm->status[idx], comm->pos[idx]);
170 memset(dec->comm, 0, 0x200);
180 PUSH_DATA (push, comm_addr); // 70c comm
226 dump_comm_bsp(dec->comm);
231 dump_comm_bsp(dec->comm);
232 return dec->comm->status[comm_seq & 0xf];