tag | line | file | source code |
---|---|---|---|
tx_under | 772 | drivers/char/scc.c | scc->stat.tx_under++; /* oops, an underrun! count 'em */ |
tx_under | 784 | drivers/char/scc.c | scc->stat.tx_under = 9999; /* errr... yes. */ |
tx_under | 196 | include/linux/scc.h | unsigned int tx_under; /* Transmitter Underruns */ |