Lines Matching refs:exc
1027 int err, exc, count; in handle_error() local
1031 exc = in_8(&mr->exception); in handle_error()
1034 MKWORD(err, exc, mr->fifo_count, mr->count_lo)); in handle_error()
1050 if (exc & EXC_RESELECTED) { in handle_error()
1090 if (exc & EXC_RESELECTED) { in handle_error()
1098 if (exc == EXC_PHASEMM) { in handle_error()
1105 err, exc); in handle_error()
1107 printk(KERN_ERR "mesh: unknown error %x (exc=%x)\n", err, exc); in handle_error()
1123 int exc; in handle_exception() local
1126 exc = in_8(&mr->exception); in handle_exception()
1128 if (exc & EXC_RESELECTED) { in handle_exception()
1132 } else if (exc == EXC_ARBLOST) { in handle_exception()
1136 } else if (exc == EXC_SELTO) { in handle_exception()
1140 } else if (exc == EXC_PHASEMM) { in handle_exception()
1145 printk(KERN_ERR "mesh: can't cope with exception %x\n", exc); in handle_exception()