Searched refs:TxENAB (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/hamradio/ |
| H A D | z8530.h | 92 #define TxENAB 0x8 /* Tx Enable */ macro
|
| H A D | scc.c | 937 or(scc,R5, TxENAB); in scc_key_trx() 940 or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */ in scc_key_trx() 943 cl(scc,R5,RTS|TxENAB); in scc_key_trx() 971 or(scc,R5, TxENAB); in scc_key_trx() 974 or(scc,R5,RTS|TxENAB); /* enable tx */ in scc_key_trx() 977 cl(scc,R5,RTS|TxENAB); /* disable tx */ in scc_key_trx()
|
| /linux/drivers/tty/serial/ |
| H A D | zs.h | 145 #define TxENAB 0x8 /* Tx Enable */ macro
|
| H A D | sunzilog.h | 119 #define TxENAB 0x8 /* Tx Enable */ macro
|
| H A D | ip22zilog.h | 127 #define TxENAB 0x8 /* Tx Enable */ macro
|
| H A D | sunzilog.c | 207 write_zsreg(channel, R5, regs[R5] & ~TxENAB); in __load_zsregs() 788 up->curregs[R5] |= TxENAB; in __sunzilog_startup() 848 up->curregs[R5] &= ~TxENAB; in sunzilog_shutdown() 1347 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw() 1363 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw()
|