Lines Matching defs:exc
313 "exc=%2x err=%2x im=%2x int=%2x sp=%2x\n",
436 dlog(ms, "about to arb, intr/exc/err/fc=%.8x",
448 dlog(ms, "busy b4 arb, intr/exc/err/fc=%.8x",
455 dlog(ms, "intr b4 arb, intr/exc/err/fc=%.8x",
493 dlog(ms, "intr after disresel, intr/exc/err/fc=%.8x",
499 dlog(ms, "after intr after disresel, intr/exc/err/fc=%.8x",
511 dlog(ms, "after arb, intr/exc/err/fc=%.8x",
516 dlog(ms, "resel? after arb, intr/exc/err/fc=%.8x",
527 dlog(ms, "tried reset after arb, intr/exc/err/fc=%.8x",
681 dlog(ms, "start_phase nmo/exc/fc/seq = %.8x",
805 dlog(ms, "enbresel intr/exc/err/fc=%.8x",
907 dlog(ms, "extra resel err/exc/fc = %.6x",
959 dlog(ms, "resel err/exc=%.4x", MKWORD(0, 0, mr->error, mr->exception));
1027 int err, exc, count;
1031 exc = in_8(&mr->exception);
1033 dlog(ms, "error err/exc/fc/cl=%.8x",
1034 MKWORD(err, exc, mr->fifo_count, mr->count_lo));
1050 if (exc & EXC_RESELECTED) {
1090 if (exc & EXC_RESELECTED) {
1098 if (exc == EXC_PHASEMM) {
1104 printk(KERN_ERR "mesh: sequence error (err=%x exc=%x)\n",
1105 err, exc);
1107 printk(KERN_ERR "mesh: unknown error %x (exc=%x)\n", err, exc);
1123 int exc;
1126 exc = in_8(&mr->exception);
1128 if (exc & EXC_RESELECTED) {
1132 } else if (exc == EXC_ARBLOST) {
1136 } else if (exc == EXC_SELTO) {
1140 } else if (exc == EXC_PHASEMM) {
1145 printk(KERN_ERR "mesh: can't cope with exception %x\n", exc);
1495 dlog(ms, "last_mbyte err/exc/fc/cl=%.8x",
1509 printk(KERN_ERR "mesh: exc %x in msg_out\n",
1662 printk(KERN_DEBUG "mesh_intr, bs0=%x int=%x exc=%x err=%x "
1668 dlog(ms, "interrupt intr/err/exc/seq=%.8x",