tag | line | file | source code |
status2 | 2543 | drivers/char/serial.c | unsigned char status1, status2, scratch, scratch2; |
status2 | 2637 | drivers/char/serial.c | status2 = serial_in(info, UART_SCR); |
status2 | 2640 | drivers/char/serial.c | if ((status1 != 0xa5) || (status2 != 0x5a)) |
status2 | 386 | drivers/net/ni65.c | tmdp->blen = tmdp->status2 = 0; |
status2 | 552 | drivers/net/ni65.c | if(tmdp->status2 & XMIT_TDRMASK && debuglevel > 3) |
status2 | 556 | drivers/net/ni65.c | if(tmdp->status2 & XMIT_RTRY) |
status2 | 558 | drivers/net/ni65.c | if(tmdp->status2 & XMIT_LCAR) |
status2 | 560 | drivers/net/ni65.c | if(tmdp->status2 & (XMIT_BUFF | XMIT_UFLO )) { |
status2 | 568 | drivers/net/ni65.c | printk(KERN_ERR "%s: xmit-error: %04x %02x-%04x\n",dev->name,csr0,(int) tmdstat,(int) tmdp->status2); |
status2 | 570 | drivers/net/ni65.c | tmdp->status2 = 0; |
status2 | 127 | drivers/net/ni65.h | volatile unsigned short status2; |
status2 | 1410 | drivers/net/sk_g16.c | (int) tmdp->status2); |
status2 | 1412 | drivers/net/sk_g16.c | if (tmdp->status2 & TX_TDR) /* TDR problems? */ |
status2 | 1417 | drivers/net/sk_g16.c | if (tmdp->status2 & TX_RTRY) /* Failed in 16 attempts to transmit ? */ |
status2 | 1419 | drivers/net/sk_g16.c | if (tmdp->status2 & TX_LCOL) /* Late collision ? */ |
status2 | 1421 | drivers/net/sk_g16.c | if (tmdp->status2 & TX_LCAR) /* Loss of Carrier ? */ |
status2 | 1423 | drivers/net/sk_g16.c | if (tmdp->status2 & TX_UFLO) /* Underflow error ? */ |
status2 | 1437 | 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 */ |