Lines Matching refs:exc
1033 int err, exc, count; in handle_error() local
1037 exc = in_8(&mr->exception); in handle_error()
1040 MKWORD(err, exc, mr->fifo_count, mr->count_lo)); in handle_error()
1056 if (exc & EXC_RESELECTED) { in handle_error()
1096 if (exc & EXC_RESELECTED) { in handle_error()
1104 if (exc == EXC_PHASEMM) { in handle_error()
1111 err, exc); in handle_error()
1113 printk(KERN_ERR "mesh: unknown error %x (exc=%x)\n", err, exc); in handle_error()
1129 int exc; in handle_exception() local
1132 exc = in_8(&mr->exception); in handle_exception()
1134 if (exc & EXC_RESELECTED) { in handle_exception()
1138 } else if (exc == EXC_ARBLOST) { in handle_exception()
1142 } else if (exc == EXC_SELTO) { in handle_exception()
1146 } else if (exc == EXC_PHASEMM) { in handle_exception()
1151 printk(KERN_ERR "mesh: can't cope with exception %x\n", exc); in handle_exception()