Lines Matching defs:exc
313 "exc=%2x err=%2x im=%2x int=%2x sp=%2x\n",
445 dlog(ms, "about to arb, intr/exc/err/fc=%.8x",
457 dlog(ms, "busy b4 arb, intr/exc/err/fc=%.8x",
464 dlog(ms, "intr b4 arb, intr/exc/err/fc=%.8x",
502 dlog(ms, "intr after disresel, intr/exc/err/fc=%.8x",
508 dlog(ms, "after intr after disresel, intr/exc/err/fc=%.8x",
520 dlog(ms, "after arb, intr/exc/err/fc=%.8x",
525 dlog(ms, "resel? after arb, intr/exc/err/fc=%.8x",
536 dlog(ms, "tried reset after arb, intr/exc/err/fc=%.8x",
687 dlog(ms, "start_phase nmo/exc/fc/seq = %.8x",
811 dlog(ms, "enbresel intr/exc/err/fc=%.8x",
913 dlog(ms, "extra resel err/exc/fc = %.6x",
965 dlog(ms, "resel err/exc=%.4x", MKWORD(0, 0, mr->error, mr->exception));
1033 int err, exc, count;
1037 exc = in_8(&mr->exception);
1039 dlog(ms, "error err/exc/fc/cl=%.8x",
1040 MKWORD(err, exc, mr->fifo_count, mr->count_lo));
1056 if (exc & EXC_RESELECTED) {
1096 if (exc & EXC_RESELECTED) {
1104 if (exc == EXC_PHASEMM) {
1110 printk(KERN_ERR "mesh: sequence error (err=%x exc=%x)\n",
1111 err, exc);
1113 printk(KERN_ERR "mesh: unknown error %x (exc=%x)\n", err, exc);
1129 int exc;
1132 exc = in_8(&mr->exception);
1134 if (exc & EXC_RESELECTED) {
1138 } else if (exc == EXC_ARBLOST) {
1142 } else if (exc == EXC_SELTO) {
1146 } else if (exc == EXC_PHASEMM) {
1151 printk(KERN_ERR "mesh: can't cope with exception %x\n", exc);
1501 dlog(ms, "last_mbyte err/exc/fc/cl=%.8x",
1515 printk(KERN_ERR "mesh: exc %x in msg_out\n",
1667 printk(KERN_DEBUG "mesh_intr, bs0=%x int=%x exc=%x err=%x "
1673 dlog(ms, "interrupt intr/err/exc/seq=%.8x",