Lines Matching refs:exc
1496 int err, exc, count; in handle_error() local
1500 exc = in_8(&mr->exception); in handle_error()
1503 MKWORD(err, exc, mr->fifo_count, mr->count_lo)); in handle_error()
1517 if (exc & EXC_RESELECTED) { in handle_error()
1557 if (exc & EXC_RESELECTED) { in handle_error()
1565 if (exc == EXC_PHASEMM) { in handle_error()
1572 err, exc); in handle_error()
1574 printk(KERN_ERR "mesh: unknown error %x (exc=%x)\n", err, exc); in handle_error()
1590 int exc; in handle_exception() local
1593 exc = in_8(&mr->exception); in handle_exception()
1595 if (exc & EXC_RESELECTED) { in handle_exception()
1599 } else if (exc == EXC_ARBLOST) { in handle_exception()
1603 } else if (exc == EXC_SELTO) { in handle_exception()
1607 } else if (exc == EXC_PHASEMM) { in handle_exception()
1612 printk(KERN_ERR "mesh: can't cope with exception %x\n", exc); in handle_exception()