tag | line | file | source code |
status2 | 2143 | drivers/char/serial.c | unsigned char status1, status2, scratch, scratch2; |
status2 | 2226 | drivers/char/serial.c | status2 = serial_in(info, UART_SCR); |
status2 | 2229 | drivers/char/serial.c | if ((status1 != 0xa5) || (status2 != 0x5a)) |
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 */ |