Home | History | Annotate | Download | only in dev

Lines Matching defs:cbsc_trace

119 } cbsc_trace[128];
264 cbsc_trace[(cbsc_trace_ptr - 1) & 127].yy = v;
288 cbsc_trace[cbsc_trace_ptr].status = csc->sc_reg[NCR_STAT * 4];
289 cbsc_trace[cbsc_trace_ptr].xx = csc->sc_reg[NCR_CMD * 4];
290 cbsc_trace[cbsc_trace_ptr].yy = csc->sc_active;
454 printf("cbsc_trace dump: ptr %x\n", cbsc_trace_ptr);
456 if (cbsc_trace[i].hardbits == 0) {
460 printf("%02x%02x%02x%02x(", cbsc_trace[i].hardbits,
461 cbsc_trace[i].status, cbsc_trace[i].xx, cbsc_trace[i].yy);
462 if (cbsc_trace[i].status & NCRSTAT_INT)
464 if (cbsc_trace[i].status & NCRSTAT_TC)
466 switch(cbsc_trace[i].status & NCRSTAT_PHASE) {
480 printf("phase%d?", cbsc_trace[i].status & NCRSTAT_PHASE);