tag | line | file | source code |
status2 | 2163 | drivers/char/serial.c | unsigned char status1, status2, scratch, scratch2; |
status2 | 2246 | drivers/char/serial.c | status2 = serial_in(info, UART_SCR); |
status2 | 2249 | drivers/char/serial.c | if ((status1 != 0xa5) || (status2 != 0x5a)) |
status2 | 470 | drivers/net/ni65.c | printk("%s: xmit-error: %04x %04x\n",dev->name,(int) tmdstat,(int) tmdp->status2); |
status2 | 471 | drivers/net/ni65.c | if(tmdp->status2 & XMIT_TDRMASK) |
status2 | 475 | drivers/net/ni65.c | if(tmdp->status2 & XMIT_RTRY) |
status2 | 477 | drivers/net/ni65.c | if(tmdp->status2 & XMIT_LCAR) |
status2 | 480 | drivers/net/ni65.c | tmdp->status2 = 0; |
status2 | 127 | drivers/net/ni65.h | volatile unsigned short status2; |
status2 | 1414 | drivers/net/sk_g16.c | (int) tmdp->status2); |
status2 | 1416 | drivers/net/sk_g16.c | if (tmdp->status2 & TX_TDR) /* TDR problems? */ |
status2 | 1421 | drivers/net/sk_g16.c | if (tmdp->status2 & TX_RTRY) /* Failed in 16 attempts to transmit ? */ |
status2 | 1423 | drivers/net/sk_g16.c | if (tmdp->status2 & TX_LCOL) /* Late collision ? */ |
status2 | 1425 | drivers/net/sk_g16.c | if (tmdp->status2 & TX_LCAR) /* Loss of Carrier ? */ |
status2 | 1427 | drivers/net/sk_g16.c | if (tmdp->status2 & TX_UFLO) /* Underflow error ? */ |
status2 | 1441 | 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 */ |