tag | line | file | source code |
exnr | 509 | drivers/char/tpqic02.c | static void handle_exception(int exnr, int exbits) |
exnr | 511 | drivers/char/tpqic02.c | if (exnr==EXC_NCART) { |
exnr | 521 | drivers/char/tpqic02.c | else if (exnr==EXC_XFILLER) |
exnr | 523 | drivers/char/tpqic02.c | else if (exnr==EXC_XBAD) |
exnr | 525 | drivers/char/tpqic02.c | else if (exnr==EXC_MARGINAL) { |
exnr | 531 | drivers/char/tpqic02.c | } else if (exnr==EXC_FM) |
exnr | 892 | drivers/char/tpqic02.c | unsigned err = 0, exnr = 0, gs = 0; |
exnr | 955 | drivers/char/tpqic02.c | exnr = decode_exception_nr(err); |
exnr | 956 | drivers/char/tpqic02.c | handle_exception(exnr, err); /* update driver state wrt drive status */ |
exnr | 957 | drivers/char/tpqic02.c | report_exception(exnr); |