Lines Matching refs:exc
1032 int err, exc, count; in handle_error() local
1036 exc = in_8(&mr->exception); in handle_error()
1039 MKWORD(err, exc, mr->fifo_count, mr->count_lo)); in handle_error()
1053 if (exc & EXC_RESELECTED) { in handle_error()
1093 if (exc & EXC_RESELECTED) { in handle_error()
1101 if (exc == EXC_PHASEMM) { in handle_error()
1108 err, exc); in handle_error()
1110 printk(KERN_ERR "mesh: unknown error %x (exc=%x)\n", err, exc); in handle_error()
1126 int exc; in handle_exception() local
1129 exc = in_8(&mr->exception); in handle_exception()
1131 if (exc & EXC_RESELECTED) { in handle_exception()
1135 } else if (exc == EXC_ARBLOST) { in handle_exception()
1139 } else if (exc == EXC_SELTO) { in handle_exception()
1143 } else if (exc == EXC_PHASEMM) { in handle_exception()
1148 printk(KERN_ERR "mesh: can't cope with exception %x\n", exc); in handle_exception()