Lines Matching refs:exc
1034 int err, exc, count; in handle_error() local
1038 exc = in_8(&mr->exception); in handle_error()
1041 MKWORD(err, exc, mr->fifo_count, mr->count_lo)); in handle_error()
1057 if (exc & EXC_RESELECTED) { in handle_error()
1097 if (exc & EXC_RESELECTED) { in handle_error()
1105 if (exc == EXC_PHASEMM) { in handle_error()
1112 err, exc); in handle_error()
1114 printk(KERN_ERR "mesh: unknown error %x (exc=%x)\n", err, exc); in handle_error()
1130 int exc; in handle_exception() local
1133 exc = in_8(&mr->exception); in handle_exception()
1135 if (exc & EXC_RESELECTED) { in handle_exception()
1139 } else if (exc == EXC_ARBLOST) { in handle_exception()
1143 } else if (exc == EXC_SELTO) { in handle_exception()
1147 } else if (exc == EXC_PHASEMM) { in handle_exception()
1152 printk(KERN_ERR "mesh: can't cope with exception %x\n", exc); in handle_exception()