tag | line | file | source code |
DT_TXEMPTY | 1042 | drivers/char/istallion.c | nt.data = (DT_TXLOW | DT_TXEMPTY | DT_RXBUSY | DT_RXBREAK); |
DT_TXEMPTY | 1477 | drivers/char/istallion.c | if (ap->changed.data & DT_TXEMPTY) |
DT_TXEMPTY | 1478 | drivers/char/istallion.c | ap->changed.data &= ~DT_TXEMPTY; |
DT_TXEMPTY | 1607 | drivers/char/istallion.c | if (ap->changed.data & DT_TXEMPTY) |
DT_TXEMPTY | 1608 | drivers/char/istallion.c | ap->changed.data &= ~DT_TXEMPTY; |
DT_TXEMPTY | 2448 | drivers/char/istallion.c | if (nt.data & DT_TXEMPTY) |
DT_TXEMPTY | 2450 | drivers/char/istallion.c | if (nt.data & (DT_TXEMPTY | DT_TXLOW)) { |