tag | line | file | source code |
status2 | 2520 | drivers/char/serial.c | unsigned char status1, status2, scratch, scratch2; |
status2 | 2614 | drivers/char/serial.c | status2 = serial_in(info, UART_SCR); |
status2 | 2617 | drivers/char/serial.c | if ((status1 != 0xa5) || (status2 != 0x5a)) |
status2 | 471 | drivers/net/ni65.c | printk("%s: xmit-error: %04x %04x\n",dev->name,(int) tmdstat,(int) tmdp->status2); |
status2 | 472 | drivers/net/ni65.c | if(tmdp->status2 & XMIT_TDRMASK) |
status2 | 476 | drivers/net/ni65.c | if(tmdp->status2 & XMIT_RTRY) |
status2 | 478 | drivers/net/ni65.c | if(tmdp->status2 & XMIT_LCAR) |
status2 | 481 | drivers/net/ni65.c | tmdp->status2 = 0; |
status2 | 127 | drivers/net/ni65.h | volatile unsigned short status2; |
status2 | 1411 | drivers/net/sk_g16.c | (int) tmdp->status2); |
status2 | 1413 | drivers/net/sk_g16.c | if (tmdp->status2 & TX_TDR) /* TDR problems? */ |
status2 | 1418 | drivers/net/sk_g16.c | if (tmdp->status2 & TX_RTRY) /* Failed in 16 attempts to transmit ? */ |
status2 | 1420 | drivers/net/sk_g16.c | if (tmdp->status2 & TX_LCOL) /* Late collision ? */ |
status2 | 1422 | drivers/net/sk_g16.c | if (tmdp->status2 & TX_LCAR) /* Loss of Carrier ? */ |
status2 | 1424 | drivers/net/sk_g16.c | if (tmdp->status2 & TX_UFLO) /* Underflow error ? */ |
status2 | 1438 | drivers/net/sk_g16.c | tmdp->status2 = 0; /* Clear error flags */ |
status2 | 162 | drivers/net/sk_g16.h | unsigned volatile short status2; /* Error Status Bits */ |