tag | line | file | source code |
---|---|---|---|
TxENAB | 1328 | drivers/char/scc.c | or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */ |
TxENAB | 1330 | drivers/char/scc.c | cl(scc,R5,RTS|TxENAB); |
TxENAB | 1341 | drivers/char/scc.c | or(scc,R5,RTS|TxENAB); /* enable tx */ |
TxENAB | 1343 | drivers/char/scc.c | cl(scc,R5,RTS|TxENAB); /* disable tx */ |
TxENAB | 1029 | drivers/net/pi2.c | wrtscc(lp->cardbase, cmd, R5, TxCRC_ENAB | RTS | TxENAB | Tx8 | DTR); |
TxENAB | 672 | drivers/net/pt.c | wrtscc(lp->cardbase, cmd, R5, TxCRC_ENAB | RTS | TxENAB | Tx8 | DTR); |